hex.xor_zero (arity 3)ΒΆ
dst[:n] ^= src[:n]
src[:n] = 0
SignatureΒΆ
def xor_zero n, dst, src { ... }
Defined in hex/logics.fj β lines 66β68 (view on GitHub).
ComplexityΒΆ
Time:
n(@+4)Space:
n(@+28)
See the complexity glossary for what @, w, dw, dbit, n mean.