bit.and (arity 2)¶
dst &= src
dst,src are bits.
Signature¶
def and dst, src @ end { ... }
Defined in bit/logics.fj — lines 94–98 (view on GitHub).
Complexity¶
Time:
2@+2Space:
2@+2
See the complexity glossary for what @, w, dw, dbit, n mean.