hex.mov (arity 3)¶
Unsafe if dst and src overlap! but safe if they are the exact same address.
dst[:n] = src[:n]
Signature¶
def mov n, dst, src @ end { ... }
Defined in hex/memory.fj — lines 64–69 (view on GitHub).
Complexity¶
Time:
n(2@)Space:
n(2@+24)
See the complexity glossary for what @, w, dw, dbit, n mean.