summaryrefslogtreecommitdiff
path: root/docs/type_system/index.md
diff options
context:
space:
mode:
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