hex.double_xor¶
dst1 ^= src
dst2 ^= src
dst1,dst2,src are hexes
Signature¶
def double_xor dst1, dst2, src { ... }
Defined in hex/logics.fj — lines 76–81 (view on GitHub).
Complexity¶
Time:
@+4Space:
@+28
See the complexity glossary for what @, w, dw, dbit, n mean.