[−][src]Crate rotated_vec
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 |
| Iter | An iterator over the items of a |
| IterMut | An iterator over the items of a |
| RotatedVec | A dynamic array based on a 2-level rotated array. |