Kind2/base/U32/xor.kind
MaiaVictor 6c5b850cd3 UwU
2021-02-19 20:15:26 -03:00

4 lines
85 B
Plaintext

U32.xor(a: U32, b: U32): U32
open a
open b
U32.new(Word.xor!(a.value, b.value))