bit.not (arity 1)

dst ^= 1
dst is a bit.

Signature

def not dst { ... }

Defined in bit/logics.fj — lines 111–113 (view on GitHub).

Complexity

  • Time: 1

  • Space: 1

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

Source

Used by

Example uses


← Previous: bit.and/3 Next: bit.not/2