Array

Type Alias Array 

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

Aliased Typeยง

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