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