diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-08 17:52:05 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-08 17:52:05 -0400 |
| commit | 168e070965aa2d98326b297d10339c4ad131c560 (patch) | |
| tree | 0203c6d2066898361c938d63d7909b9547938924 /docs/type_system/index.md | |
| parent | ca458bfcd65c3a094fd0721cb5cd9f74dee5f845 (diff) | |
add gc and shared as a qualifier type
Diffstat (limited to 'docs/type_system/index.md')
| -rw-r--r-- | docs/type_system/index.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/type_system/index.md b/docs/type_system/index.md index 36d1142..eb788d4 100644 --- a/docs/type_system/index.md +++ b/docs/type_system/index.md @@ -50,8 +50,6 @@ Denotes that a field that does not resolve to anything * #### [Native](./native.md) -* #### [Shared](./shared.md) - * #### [Error](./error.md) ## Qualifier Templates @@ -60,10 +58,10 @@ Denotes that a field that does not resolve to anything * #### [Empty](./empty.md) -* #### [Lock](./lock.md) - * #### [Ref](./ref.md) +* #### [Shared](./shared.md) + ## Function Templates * #### [Var](./var.md) @@ -86,4 +84,6 @@ Denotes that a field that does not resolve to anything * #### [List](./list.md) +* #### [Lock](./lock.md) + * #### [Namespace](./namespace.md) |
