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@+2

  • Space: 2@+2

See the complexity glossary for what @, w, dw, dbit, n mean.

SourceΒΆ

Depends onΒΆ

Used byΒΆ

Example usesΒΆ


← Previous: bit.xor_zero/3 Next: bit.or/3 β†’