hex.xor_by (arity 2)

hex ^= val (constant)

Signature

def xor_by hex, val { ... }

Defined in hex/memory.fj — lines 73–75 (view on GitHub).

Complexity

  • Time: 4 (avg. 2: #on-bits)

  • Space: 4 (avg. 2: #on-bits)

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

Source

Used by

Example uses


← Previous: hex.mov/3 Next: hex.xor_by/3