hex.not (arity 2)

x[:n] = !x[:n]

Signature

def not n, x { ... }

Defined in hex/logics.fj — lines 257–259 (view on GitHub).

Complexity

  • Time: 4n

  • Space: 4n

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

Source

Used by

Example uses


← Previous: hex.not/1 Next: hex.or/2