hex.if (arity 4)¶
if hex[:n]==0 goto l0, else goto l1.
Signature¶
def if n, hex, l0, l1 { ... }
Defined in hex/cond_jumps.fj — lines 48–51 (view on GitHub).
Complexity¶
Time:
n(@-1)Space:
n(@+15)
See the complexity glossary for what @, w, dw, dbit, n mean.