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

  • Space: 2@+2

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

SourceΒΆ

Depends onΒΆ


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