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§
- An owning iterator over the items of a
RotatedVec
. - An iterator over the items of a
RotatedVec
. - An iterator over the items of a
RotatedVec
. - A dynamic array based on a 2-level rotated array.