Expand description
An ordered set based on a 2-level rotated array.
See the repository README for a detailed discussion of this collection’s performance benefits and drawbacks.
Structs§
- Difference
- A lazy iterator producing elements in the difference of RotatedArraySets.
- Intersection
- A lazy iterator producing elements in the intersection of RotatedArraySets.
- IntoIter 
- An owning iterator over the items of a RotatedArraySet.
- Iter
- An iterator over the items of a RotatedArraySet.
- RotatedArray Set 
- An ordered set based on a 2-level rotated array.
- SymmetricDifference 
- A lazy iterator producing elements in the symmetric difference of RotatedArraySets.
- Union
- A lazy iterator producing elements in the union of RotatedArraySets.