Crate rotated_vec

Source
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§

IntoIter
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.
RotatedVec
A dynamic array based on a 2-level rotated array.