hex.zero (arity 2)

x[:n] = 0

Signature

def zero n, x { ... }

Defined in hex/memory.fj — lines 44–46 (view on GitHub).

Complexity

  • Time: n@

  • Space: n(@+12)

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

Source

Used by

Example uses


← Previous: hex.zero/1 Next: hex.mov/2