bit.not (arity 2)¶
dst[:n] ^= (1<<n)-1
dst is bit[:n]
Signature¶
def not n, dst { ... }
Defined in bit/logics.fj — lines 118–120 (view on GitHub).
Complexity¶
Time:
nSpace:
n
See the complexity glossary for what @, w, dw, dbit, n mean.