Crate option_vec [−] [src]
OptionVec<T>; an abstraction over Vec<Option<T>>
An element in an OptionVec<T> can be accessed by index and maintains
its position when elements are removed from the container.
An element inserted into an OptionVec<T> will occupy the first available
position in the container.
Structs
| Enumerate |
An enumerated iterator of borrowed |
| EnumerateMut |
An enumerated iterator of mutable |
| IntoEnumerate |
An enumerated owned iterator of |
| IntoIter |
An owned iterator of |
| Iter |
An iterator of borrowed |
| IterMut |
An iterator of mutable |
| OptionVec |
An abstraction over |