# Functions
New returns a new simple set.
NewConcurrencySafe returns a new concurrency-safe set.
# Structs
ConcurrencySafeSet represents a set of unique elements.
# Interfaces
Set represents a set of unique elements.
# Type aliases
SimpleSet represents a set of unique elements.