Skip to main content

Array

Type Alias Array 

Source
pub type Array<T> = Vec<T>;

Aliased Type§

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

Trait Implementations§