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:
4nSpace:
4n
See the complexity glossary for what @, w, dw, dbit, n mean.