bit.pointers.set_flip_pointer¶
Sets both to_flip and to_flip_var to point to the given pointer.
( to_flip{_var} = ptr )
ptr is a bit[:w] that holds an address.
Signature¶
def set_flip_pointer ptr < .to_flip, .to_flip_var { ... }
Defined in bit/pointers.fj — lines 39–42 (view on GitHub).
Complexity¶
Time:
2w@Space:
2w@
See the complexity glossary for what @, w, dw, dbit, n mean.