package
0.4.9
Repository: https://github.com/playerr9/mygolib.git
Documentation: pkg.go.dev

# 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.