summaryrefslogtreecommitdiff
path: root/docs/type_system/index.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-09 17:08:10 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-09 17:08:10 -0400
commit43b760058ae67f060fe89e6538d872fe982b3cb6 (patch)
tree9dce0da13d5d9d57915da464c218f6c0576b11aa /docs/type_system/index.md
parent4c3c63f39e9ceb5eff26a39f7c53189e700bb2e4 (diff)
container types
Diffstat (limited to 'docs/type_system/index.md')
-rw-r--r--docs/type_system/index.md20
1 files changed, 11 insertions, 9 deletions
diff --git a/docs/type_system/index.md b/docs/type_system/index.md
index acec8de..9c8d477 100644
--- a/docs/type_system/index.md
+++ b/docs/type_system/index.md
@@ -34,26 +34,28 @@ Denotes that a field that does not resolve to anything
* #### [Result](./result.md)
-## Nullable Templates
+* #### [Lock](./lock.md)
-* #### Tuple
+## Container Templates
+
+* #### [Tuple](./tuple.md)
+
+* #### [Table](./table.md)
-* #### Table
+* #### [Buffer](./buffer.md)
-* #### Array
+* #### [Array](./array.md)
-* #### Vector
+* #### [Vector](./vector.md)
-* #### Map
+* #### [Map](./map.md)
-* #### Set
+* #### [Set](./set.md)
* #### Queue
* #### Error
-## Container Templates
-
* #### Union
* #### Shared