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: @-1

  • Space: @-1

See the complexity glossary for what @, w, dw, dbit, n mean.

SourceΒΆ

Depends onΒΆ

Used byΒΆ

Example usesΒΆ


Next: bit.xor/3 β†’