diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-09 14:01:57 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-09 14:01:57 -0400 |
| commit | 9d6a15b55bc948227401cb0be721e764e8053b50 (patch) | |
| tree | 01dc5d7f3465436236247987e1882f5ce18d3bba /docs/type_system/bit.md | |
| parent | a13b72d789c6e2ee3d94bd1b19aad3dda0aea3c3 (diff) | |
add name to application
Diffstat (limited to 'docs/type_system/bit.md')
| -rw-r--r-- | docs/type_system/bit.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/type_system/bit.md b/docs/type_system/bit.md index e07c804..18ac6a8 100644 --- a/docs/type_system/bit.md +++ b/docs/type_system/bit.md @@ -5,9 +5,9 @@ A sequence of bits that can fit into a general register ```text -Bit_size `alias Enum[.bit_any; .bit8; .bit16; .bit32; .bit64] +Bit_size `alias Enum[Void; .bit_any; .bit8; .bit16; .bit32; .bit64] -Bit_representation `alias Enum[ +Bit_representation `alias Enum[Void .numeric; .int; .int_unsiged; .int_signed; .float .utf8; .utf16; .utf32 .bool |
