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§
- Created with the method values or with values_from for partial iterations.
- Type of the tree elements containing the actuel data.
- A set based on a RB-Tree for efficient operations.
Traits§
- An interface for dealing with consecutive data.