Collection objects store multiple values.
This group contains the general-purpose Expr containers and binary byte buffer object.
| Constructor | Page | Description |
|---|---|---|
| `array(…)` | array | Ordered list of Expr values. |
| `map(…)` | map | Ordered key/value map. |
| `bytes(…)` | bytes | Raw byte buffer with typed binary access. |