Expand description
Aliasable Vec
.
Structs§
- Basic aliasable (non
core::ptr::Unique
) alternative toalloc::vec::Vec
. - A contiguous growable array type, written as
Vec<T>
, short for ‘vector’.
Aliasable Vec
.
core::ptr::Unique
) alternative to
alloc::vec::Vec
.Vec<T>
, short for ‘vector’.