intersection


Description:

public Intset intersection (Intset right)

Parameters:

this

The left operand

right

The right operand

Returns:

The set of those integers which are in both this and right (analogous to the bitwise operation left & right), to be freed with destroy by the caller