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.