hex.if0 (arity 3)ΒΆ

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

SignatureΒΆ

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

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

ComplexityΒΆ

  • Time: n(@-1)

  • Space: n(@+15)

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

SourceΒΆ

Depends onΒΆ

Used byΒΆ

Example usesΒΆ


← Previous: hex.if/4 Next: hex.if1/3 β†’