package
1.3.48
Repository: https://github.com/sandwich-go/boost.git
Documentation: pkg.go.dev

# Functions

New instantiates a red-black tree with the built-in comparator for K.
NewWith instantiates a red-black tree with the custom comparator.

# Structs

Node is a single element within the tree.
Tree holds elements of the red-black tree.

# Type aliases

No description provided by the author