From 43b760058ae67f060fe89e6538d872fe982b3cb6 Mon Sep 17 00:00:00 2001 From: nodist Date: Sat, 9 May 2026 17:08:10 -0400 Subject: container types --- docs/type_system/index.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'docs/type_system/index.md') 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 -- cgit v1.2.3