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
RotatedArraySet
s. - Intersection
- A lazy iterator producing elements in the intersection of
RotatedArraySet
s. - 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
RotatedArraySet
s. - Union
- A lazy iterator producing elements in the union of
RotatedArraySet
s.