diff options
Diffstat (limited to 'docs/type_system/index.md')
| -rw-r--r-- | docs/type_system/index.md | 6 |
1 files changed, 4 insertions, 2 deletions
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) |
