bit.xor_to_ptrΒΆ
Complexity 2w@ + 2@+2
like: bit.xor *ptr, bit
ptr is a bit[:w] that holds an address, which we assume is dw-aligned.
SignatureΒΆ
def xor_to_ptr ptr, bit @ end { ... }
Defined in bit/pointers.fj β lines 94β98 (view on GitHub).