Expand description
A set based on a RB-Tree for efficient operations.
All details and examples can be found in the main struct documentation.
Structs§
- Iter
- Created with the method iter or with iter_from for partial iterations.
- Iter
Values - Created with the method values or with values_from for partial iterations.
- Node
- Type of the tree elements containing the actuel data.
- RBTree
Set - A set based on a RB-Tree for efficient operations.
Traits§
- Consecutive
- An interface for dealing with consecutive data.