diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-09 17:08:10 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-09 17:08:10 -0400 |
| commit | 43b760058ae67f060fe89e6538d872fe982b3cb6 (patch) | |
| tree | 9dce0da13d5d9d57915da464c218f6c0576b11aa /docs/type_system/index.md | |
| parent | 4c3c63f39e9ceb5eff26a39f7c53189e700bb2e4 (diff) | |
container types
Diffstat (limited to 'docs/type_system/index.md')
| -rw-r--r-- | docs/type_system/index.md | 20 |
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 |
