bitwise operations

This commit is contained in:
2026-07-19 00:36:31 +02:00
parent f9448363e4
commit c7e3162ecb
21 changed files with 219439 additions and 140077 deletions
@@ -0,0 +1,14 @@
value u8 = 1
value xor= 2
# ^^^^ operator
value <<|= 3
# ^^^^ operator
masked :: ~value & 15
# ^ operator
# ^ operator
shifted :: value <<| 8
# ^^^ operator