# Functions

New creates a new Set.
NewSafe returns an initialized SafeSet.

# Structs

SafeSet is a threadsafe hashset.
Set is a hashset implementation.