Module vec

Source
Expand description

alloc::vec, but ABI-stable

Re-exports§

pub use super::single_or_vec::SingleOrVec;

Structs§

DoubleEndedDrain
A vector drain that works on both ends.
Drain
An iterator that removes elements from a Vec.
IntoIter
Vec’s iterator.
Vec
A growable vector of elements.