pub type Array1<A> = Array<A, Ix1>;
one-dimensional array
pub struct Array1<A> { /* private fields */ }