package
0.0.0-20250130173430-a92c8ff53029
Repository: https://github.com/heian0/legotradingengine.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.