bitvector-jvm-0.1.4 / net.onedaybeard.bitvector / BitVector / and

and

fun and(other: BitVector): Unit (source)

Performs a logical AND of this target bit set with the argument bit set. This bit set is modified so that each bit in it has the value true if and only if it both initially had the value true and the corresponding bit in the bit set argument also had the value true.

Parameters

other - a bit set