bit.ptr_jump¶
like: ;*ptr
Jump to the address the pointer points to.
ptr is a bit[:w] that holds an address.
Signature¶
def ptr_jump ptr < bit.pointers.to_jump { ... }
Defined in bit/pointers.fj — lines 52–55 (view on GitHub).
Complexity¶
Time:
2w@ + 2Space:
2w@ + 2
See the complexity glossary for what @, w, dw, dbit, n mean.