hex.set (arity 3)¶
hex[:n] = val (constant)
Signature¶
def set n, hex, val { ... }
Defined in hex/memory.fj — lines 94–96 (view on GitHub).
Complexity¶
Time:
n(@+4)Space:
n(@+16)
See the complexity glossary for what @, w, dw, dbit, n mean.