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

# Functions

NewWith instantiates a red-black tree with the custom comparator.
NewWithIntComparator instantiates a red-black tree with the IntComparator, i.e.
NewWithStringComparator instantiates a red-black tree with the StringComparator, i.e.

# Structs

Iterator holding the iterator's state.
Node is a single element within the tree.
Tree holds elements of the red-black tree.