Expand description
A dynamic array based on a 2-level rotated array.
See the rotated-array-set
README for a detailed discussion of the performance
benefits and drawbacks of an equivalent data structure.
Structs§
- Into
Iter - An owning iterator over the items of a
RotatedVec
. - Iter
- An iterator over the items of a
RotatedVec
. - IterMut
- An iterator over the items of a
RotatedVec
. - Rotated
Vec - A dynamic array based on a 2-level rotated array.