Clarity supports bitwise `and`, `or`, `xor`, `not`, and shifts (`bit-shift-left`, `bit-shift-right`).
← Clarity theorytheory 0/50 · 0%
Arithmetic · medium
34. Bitwise Operations
Manipulating bits.
Check your understanding
1. What is (bit-xor u1 u1)?
Manipulating bits.
Clarity supports bitwise `and`, `or`, `xor`, `not`, and shifts (`bit-shift-left`, `bit-shift-right`).
1. What is (bit-xor u1 u1)?