pub type Array6<A> = Array<A, Ix6>;
six-dimensional array
pub struct Array6<A> { /* private fields */ }