Check if the intersection between two sets is non-empty.
Declared in <util/bitset.h>
<util/bitset.h>
constexpr bool Overlaps(IntBitSet const& a) const noexcept;
true if this and a share at least one set bit.