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

intersects

fun intersects(other: BitVector): Boolean (source)

Returns true if the specified BitVector has any bits set to true that are also set to true in this BitVector.

Parameters

other - a bit set

Return
boolean indicating whether this bit set intersects the specified bit set