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