Sets are collections of elements with no duplicate elements. The representation of a set is not defined.
This module provides exactly the same interface as the module
As returned by
Returns a new empty set.
Returns
Returns the number of elements in
Returns the elements of
Returns a set of the elements in
Returns
Returns a new set formed from
Returns
Returns the merged (union) set of
Returns the merged (union) set of the list of sets.
Returns the intersection of
Returns the intersection of the non-empty list of sets.
Returns
Returns only the elements of
Returns
Fold
Filter elements in