Expand description

Intrusive red-black tree.

Structs

A cursor which provides read-only access to a RBTree.
A cursor which provides mutable access to a RBTree.
A cursor pointing to a slot in which an element can be inserted into a RBTree.
An iterator which consumes a RBTree.
An iterator over references to the items of a RBTree.
Intrusive link that allows an object to be inserted into a RBTree.
An intrusive red-black tree.

Enums

An entry in a RBTree.