# Functions
Diff produces a new set containing the items in s1 that are not also in s2.
Intersect produces a new set containing only items that appear in all the given sets.
New produces a new set containing the given values.
Union produces a new set containing all the items in all the given sets.
# Type aliases
Of is a set of elements of type T.