Expand description
A red-black (rouge-noir) tree translated from the linux kernel’s implementation of red-black trees.
Structs§
- Cached
Tree - Node
- Noop
- Root
- A red-black tree root. T is the type of the data stored in the tree. A is the Augmented Callback type.
- Set
- Tree