difference


Description:

public void difference (Bitset other)

Sets this to be the symmetric difference of this and other.

The symmetric difference is set this to contain all values that were either contained in this or in other, but not in both. This operation is also called an XOR.

It is allowed for this and other to be the same bitset. The bitset will be emptied in that case.

Parameters:

this

a `GtkBitset`

other

the `GtkBitset` to compute the difference from