pub type Array = Vec<Primitive>;
An array value (a.k.a. vector)
pub struct Array { /* private fields */ }