Skip to main content

Vec

Type Alias Vec 

Source
pub type Vec<T> = VecA<T, Global>;
Expand description

A vector that grows as elements are pushed onto it similar to similar to std::vec::Vec.

See VecA for documentation organised into implementation sections.

Aliased Typeยง

pub struct Vec<T> { /* private fields */ }