package
1.12.0
Repository: https://github.com/agilebits/gods.git
Documentation: pkg.go.dev

# Functions

NewWith instantiates a new empty set with the custom comparator.
NewWithIntComparator instantiates a new empty set with the IntComparator, i.e.
NewWithStringComparator instantiates a new empty set with the StringComparator, i.e.

# Structs

Iterator returns a stateful iterator whose values can be fetched by an index.
Set holds elements in a red-black tree.