package
0.0.0-20221216143356-66ceba885ebc
Repository: https://github.com/infobloxopen/go-trees.git
Documentation: pkg.go.dev

# Functions

NewTree creates empty tree with default comparison operation (strings.Compare).
NewTreeWithCustomComparison creates empty tree with given comparison operation.

# Structs

Pair is a key-value pair representing tree node content.
Tree is a red-black tree for key-value pairs where key is string.

# Type aliases

Compare defines function interface for custom comparison.