bit.unsafe_mov

note: doesn’t work if dst==src.
dst = src
dst,src are bits.

Signature

def unsafe_mov dst, src { ... }

Defined in bit/memory.fj — lines 64–67 (view on GitHub).

Complexity

  • Time: 2@-2

  • Space: 2@-2

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

Source

Depends on

Used by

Example uses


← Previous: bit.one/2 Next: bit.mov/2