summaryrefslogtreecommitdiff
path: root/docs/type_system/bit.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-07-11 21:37:00 -0400
committernodist <kevin.comas.git@gmail.com>2026-07-11 21:37:00 -0400
commit5fadfba312fcd0367a3341c5d194b7955627c177 (patch)
treeb459f27fec6028091d4b3af39f76d79348905148 /docs/type_system/bit.md
parent730faa451fbc3e7ae37c8a3b32b9d4d99007c666 (diff)
remove imcomplete functions
Diffstat (limited to 'docs/type_system/bit.md')
-rw-r--r--docs/type_system/bit.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/type_system/bit.md b/docs/type_system/bit.md
index f730563..26d5a98 100644
--- a/docs/type_system/bit.md
+++ b/docs/type_system/bit.md
@@ -9,7 +9,8 @@ SIZE_FLAGS : BIT_ANY | BIT8 | BIT16 | BIT32 | BIT64
REPRESENTATION_FLAGS : INT | INT_UNSIGNED | INT_SIGNED | FLOAT |
UTF8 | UTF16 | UTF32 |
- BOOL
+ BOOL |
+ TYPE
Bit[[SIZE_FLAGS | REPRESENTATION_FLAGS]]
```
@@ -51,6 +52,8 @@ F64 `alias Bit[[BIT64 | FLOAT]]
Char `alias Bit[[BIT32 | UTF8]]
Bool `alias Bit[[BIT8 | BOOL]]
+
+Type `alias Bit[[BIT64 | TYPE]]
```
# Operators
@@ -123,3 +126,7 @@ typedef ssize_t kpl_interface_compare(const kpl_any any_a, const kpl_any any_b);
c : 'Σ'
`log c // Char $ 'Σ'
```
+
+# Type
+
+KPL Types as values