Set this object's bits to be the binary XOR between respective bits from this and a.
Declared in <util/bitset.h>
<util/bitset.h>
constexpr IntBitSet& operator^=(IntBitSet const& a) noexcept;
A reference to this bitset.