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