Copyright 2005 Fourthought, Inc. (USA). Detailed license and copyright information: http://4suite.org/COPYRIGHT Project home, documentation, distributions: http://4suite.org/
Functions:
|
Return the intersection of the two sets as a new set (i.e., all the elements that are in both sets).
Return the difference of the two sets as a new set (i.e., all the elements from set a that are not in set b).
Return the union of the two sets as a new set (i.e., all the elements that are in either set).
Return a new set with any duplicates removed.