From 4da9de3213a28c7e17945168acdb06308bb41df8 Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 9 Jun 2026 10:07:44 -0400 Subject: use group for tuple and table --- docs/type_system/index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/type_system/index.md') 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) -- cgit v1.2.3