bit.exact_notΒΆ

dst(bit_address) ^= 1
dst is an address.

SignatureΒΆ

def exact_not dst { ... }

Defined in bit/logics.fj β€” lines 125–127 (view on GitHub).

ComplexityΒΆ

  • Time: 1

  • Space: 1

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

SourceΒΆ


← Previous: bit.not/2