Expand description
An ordered set implemented with an AVL tree.
Re-exports§
pub use crate::map;
Structs§
- AvlTree
Set - An ordered set implemented with an AVL tree.
- Difference
- A lazy iterator for the values in the difference of two sets.
- Intersection
- A lazy iterator for the values in the intersection of two sets.
- Into
Iter - An owning iterator over the values of a set.
- Iter
- An iterator over the values of a set.
- Range
- An iterator over a range of values of a set.
- Symmetric
Difference - A lazy iterator for the values in the symmetric difference of two sets.
- Union
- A lazy iterator for the values in the union of two sets.