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.

SourceΒΆ

Depends onΒΆ

Used byΒΆ

Example usesΒΆ


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