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. - Into
Iter - An owning iterator over the items of a
RotatedArraySet. - Iter
- An iterator over the items of a
RotatedArraySet. - Rotated
Array Set - An ordered set based on a 2-level rotated array.
- Symmetric
Difference - A lazy iterator producing elements in the symmetric difference of
RotatedArraySets. - Union
- A lazy iterator producing elements in the union of
RotatedArraySets.