hex.if1 (arity 3)ΒΆ

if hex[:n]!=0 goto l1, else continue.

SignatureΒΆ

def if1 n, hex, l1 @ l0 { ... }

Defined in hex/cond_jumps.fj β€” lines 58–61 (view on GitHub).

ComplexityΒΆ

  • Time: n(@-1)

  • Space: n(@+15)

See the complexity glossary for what @, w, dw, dbit, n mean.

SourceΒΆ

Depends onΒΆ


← Previous: hex.if0/3 Next: hex.sign β†’