
Union and intersection of multiple sets. These function generalize the standard functions
union
and intersect
.
multiUnion(setList)
multiIntersect(setList)
The union or intersection of the given sets.
A list containing the sets to be performed upon.
Peter Langfelder