hex.if0 (arity 2)ΒΆ

if hex==0 goto l0, else continue.

SignatureΒΆ

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

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

ComplexityΒΆ

  • Time: @-1

  • Space: @+15

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

SourceΒΆ

Depends onΒΆ

Used byΒΆ

Example usesΒΆ


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