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