bit.or (arity 3)ΒΆ
dst[:n] |= src[:n]
dst,src are bit[:n].
SignatureΒΆ
def or n, dst, src { ... }
Defined in bit/logics.fj β lines 86β88 (view on GitHub).
ComplexityΒΆ
Time:
n(2@+2)Space:
n(2@+2)
See the complexity glossary for what @, w, dw, dbit, n mean.