bit.xor_zero (arity 2)¶
dst ^= src
src = 0
dst,src are bits.
Signature¶
def xor_zero dst, src { ... }
Defined in bit/logics.fj — lines 61–63 (view on GitHub).
Complexity¶
Time:
@Space:
@
See the complexity glossary for what @, w, dw, dbit, n mean.