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.
# Type aliases
Compare defines function interface for custom comparison.