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