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 | |
| parent | ca458bfcd65c3a094fd0721cb5cd9f74dee5f845 (diff) | |
add gc and shared as a qualifier type
Diffstat (limited to 'docs/type_system')
| -rw-r--r-- | docs/type_system/bit.md | 4 | ||||
| -rw-r--r-- | docs/type_system/index.md | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/docs/type_system/bit.md b/docs/type_system/bit.md index 5f7aa8e..e07c804 100644 --- a/docs/type_system/bit.md +++ b/docs/type_system/bit.md @@ -104,3 +104,7 @@ Bool `alias Bit[.bit8; .bool] ### ``bit_ls` ### ``bit_rs` + +## Other + +### Compare `<=>` 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) |
