hex.xor_zero (arity 2)¶
dst ^= src
src = 0
both dst,src are hexes
Signature¶
def xor_zero dst, src { ... }
Defined in hex/logics.fj — lines 58–60 (view on GitHub).
Complexity¶
Time:
@+4Space:
@+28
See the complexity glossary for what @, w, dw, dbit, n mean.