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§
- A lazy iterator producing elements in the difference of
RotatedArraySet
s. - A lazy iterator producing elements in the intersection of
RotatedArraySet
s. - An owning iterator over the items of a
RotatedArraySet
. - An iterator over the items of a
RotatedArraySet
. - An ordered set based on a 2-level rotated array.
- A lazy iterator producing elements in the symmetric difference of
RotatedArraySet
s. - A lazy iterator producing elements in the union of
RotatedArraySet
s.