diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-09 10:07:44 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-09 10:07:44 -0400 |
| commit | 4da9de3213a28c7e17945168acdb06308bb41df8 (patch) | |
| tree | 6bc6a3ff8653eb7bfe6591c36a7ab9b491649b9d /docs/type_system/index.md | |
| parent | faac96fff84c45acf20af0515e8fd43af32fdaca (diff) | |
use group for tuple and table
Diffstat (limited to 'docs/type_system/index.md')
| -rw-r--r-- | docs/type_system/index.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/type_system/index.md b/docs/type_system/index.md index eb788d4..ece02b1 100644 --- a/docs/type_system/index.md +++ b/docs/type_system/index.md @@ -26,6 +26,12 @@ A template by name only expands to all inner fields as `Any` Generic for alias and unique types, type is replaced with type passed +## Collection[TYPE] + +A list of types with shape of TYPE, only can have one collection per type + +This represents a spread after a type field + ### Void Denotes that a field that does not resolve to anything @@ -38,7 +44,7 @@ Denotes that a field that does not resolve to anything ## Container Templates -* #### [Tuple](./tuple.md) +* #### [Group](./group.md) * #### [Buffer](./buffer.md) |
