bitvector-jvm-0.1.4 / net.onedaybeard.bitvector / BitVector / contains

contains

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.

Parameters

other - a bit set

Return
boolean indicating whether this bit set is a super set of the specified set