diff options
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) |
