Vector

Type Alias Vector 

Source
pub type Vector<T> = Vec<T>;
Expand description

Rename of the Vec standard type,used for construct a value of that type with vector.

Aliased Typeยง

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