From ad516054002b4105197ef4fc37ac380cdf680750 Mon Sep 17 00:00:00 2001 From: nodist Date: Fri, 26 Jun 2026 15:56:39 -0400 Subject: change how vars are identified --- docs/type_system/index.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'docs/type_system/index.md') diff --git a/docs/type_system/index.md b/docs/type_system/index.md index 07b9c69..4c2fe73 100644 --- a/docs/type_system/index.md +++ b/docs/type_system/index.md @@ -42,16 +42,22 @@ 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] +## Collection[STORAGE; TYPE] A list of types with shape of TYPE, only can have one collection per type +The collection is stored internally as STORAGE + If using a collection the Collection[TYPE] must be the last type on the templates type list ## Void Denotes that a field that does not resolve to anything +## Identifier Templates + +* #### [Var](./var.md) + ## Value Templates * #### [Select](./select.md) @@ -102,8 +108,6 @@ Denotes that a field that does not resolve to anything * #### [Op](./op.md) -* #### [Var](./var.md) - * #### [List](./list.md) * #### [Lock](./lock.md) -- cgit v1.2.3