# Functions
NewComparableSet creates a new ComparableSet.
NewLessSet creates a new LessSet.
# Structs
ComparableSet is a set that uses the == operator to compare elements.
LessSet is a set that uses the Equals method to compare elements.
# Interfaces
Seter is an interface for a set.