fun intersects(other: BitVector): Boolean
Returns true if the specified BitVector has any bits set to true that are also set to true in this BitVector.
other - a bit set
other
Return boolean indicating whether this bit set intersects the specified bit set