[][src]Module rfc::std::vec

A contiguous growable array type with heap-allocated contents, Vec<T>.

Re-exports

pub use std::vec::*;

Traits

SafeVecCastOptionsExperimental

🌟 Safe options for casting Vec<T> to Vec<U>.

VecCastOptionsExperimental

🌟 Options for casting Vec<T> to Vec<U>.