Skip to main content

Module vec

Module vec 

Source
Expand description

Re-export of allocator_api2::vec::Vec.

Structs§

Vec
A contiguous growable array type, written as Vec<T>, short for ‘vector’.