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.