pub type Array5<A> = Array<A, Ix5>;
five-dimensional array
pub struct Array5<A> { /* private fields */ }