summaryrefslogtreecommitdiff
path: root/docs/type_system/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/type_system/index.md')
-rw-r--r--docs/type_system/index.md8
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)