symmetric_difference


Description:

public Intset symmetric_difference (Intset right)

Parameters:

this

The left operand

right

The right operand

Returns:

The set of those integers which are in either this or right but not both (analogous to the bitwise operation left ^ right), to be freed with destroy by the caller