hex.xor_zero (arity 2)

dst ^= src
src = 0

both dst,src are hexes

Signature

def xor_zero dst, src { ... }

Defined in hex/logics.fj — lines 58–60 (view on GitHub).

Complexity

  • Time: @+4

  • Space: @+28

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

Source

Depends on

Used by

Example uses


← Previous: hex.exact_xor Next: hex.xor_zero/3