pub type Array4<A> = Array<A, Ix4>;
four-dimensional array
pub struct Array4<A> { /* private fields */ }