kotlin-stdlib / kotlin.native / BitSet / and and Native 1.3 fun and(another: BitSet) Performs a logical and operation over corresponding bits of this and another BitSets. The result is saved in this BitSet.