andNot

fun andNot(another: BitSet)(source)

Performs a logical and + not operations over corresponding bits of this and another BitSets. The result is saved in this BitSet.

Since Kotlin

1.3