bit.xor_from_ptrΒΆ
Complexity 8w@
like: bit.xor dst, *ptr
dst is a bit. ptr is a bit[:w] that holds an address, which we assume is dw-aligned.
SignatureΒΆ
def xor_from_ptr dst, ptr { ... }
Defined in bit/pointers.fj β lines 142β144 (view on GitHub).