b
babelfish
Category

Cheat Sheet

Cheat sheets

1 posts

Operators

| Operator | Type | Description | Example | | -------- | ------------- | ------------------------------ | ------------------------------------------------ | | `++` | List | Concatenates two lists | `[1, 2] ++ [3, 4]` → `[1, 2, 3, 4]` | | `//` | Attribute Set | Merges two attribute sets | `{ a = 1; } // { b = 2; }` → `{ a = 1; b = 2; }` |

Subscribe

Get new posts in your inbox. You'll receive a confirmation email before anything else.