operator fun contains(other: BitVector): Boolean (source)
Returns true if this bit set is a super set of the specified set, i.e. it has all bits set to true that are also set to true in the specified BitVector.
Return
boolean indicating whether this bit set is a super set of the specified set