From 5c995c76246868bda0c81b1b9c3d1b7c2cdde41a Mon Sep 17 00:00:00 2001 From: nodist Date: Wed, 6 May 2026 13:23:35 -0400 Subject: add copyright notice --- docs/type_system/index.md | 56 ++++++++++++++++++++++++++++++++++++++++++ docs/type_system/qualifiers.md | 4 +-- 2 files changed, 58 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/type_system/index.md b/docs/type_system/index.md index c0c2647..95706e7 100644 --- a/docs/type_system/index.md +++ b/docs/type_system/index.md @@ -21,9 +21,65 @@ Denotes that a field that does not resolve to anything ## Value Templates * #### [Enum](./enum.md) + +* #### Flags + * #### [Int](./int.md) + * #### [Float](./float.md) +* #### Buffer + +## Transient Templates + +* #### Option + +* #### Result + ## Container Templates +* #### String + +* #### Tuple + +* #### Table + +* #### Array + +* #### Vector + +* #### Map + +* #### Set + +* #### Namespace + +## Function Templates + +* #### Var + +* #### Fn + +* #### Iterator + +* #### Closure + +* #### Task + +* #### Regex + ## AST Templates + +* #### Value + +* #### Name + +* #### Symbol + +* #### Op + +* #### List + +* #### Define + +* #### Action diff --git a/docs/type_system/qualifiers.md b/docs/type_system/qualifiers.md index 22acd83..1db2e3a 100644 --- a/docs/type_system/qualifiers.md +++ b/docs/type_system/qualifiers.md @@ -2,10 +2,10 @@ --- -Only a single qualifier can be used with a template - ## Const +## Nullable + ## Lock ## Ref -- cgit v1.2.3