From e950f786e25967a222cfa7bce7327ffd458e8c95 Mon Sep 17 00:00:00 2001 From: nodist Date: Thu, 16 Jul 2026 17:50:07 -0400 Subject: add generics --- docs/type_system/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/type_system/index.md') diff --git a/docs/type_system/index.md b/docs/type_system/index.md index 456be2f..65c21d8 100644 --- a/docs/type_system/index.md +++ b/docs/type_system/index.md @@ -40,7 +40,7 @@ A template by name only expands to all inner fields as `Any` ## Generic.SYMBOL -Generic for alias and unique types, type is replaced with type passed +A field that is substituted with a `Generic` type ## Collection[STORAGE; TYPE] @@ -54,10 +54,12 @@ If using a collection the Collection[TYPE] must be the last type on the template Denotes that a field that does not resolve to anything -## Identifier Templates +## Meta Templates * #### [Var](./var.md) +* #### [Generic](./generic.md) + ## Value Templates * #### [Select](./select.md) -- cgit v1.2.3