hex.xor (arity 2)

dst ^= src

both dst,src are hexes

Signature

def xor dst, src { ... }

Defined in hex/logics.fj — lines 11–13 (view on GitHub).

Complexity

  • Time: @

  • Space: @+12

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

Source

Depends on

Used by

Example uses


Next: hex.xor/3