hex.xor_by (arity 3)ΒΆ

hex[:n] ^= val (constant)

SignatureΒΆ

def xor_by n, hex, val { ... }

Defined in hex/memory.fj β€” lines 79–81 (view on GitHub).

ComplexityΒΆ

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

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

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