pub type PyArray6<T> = PyArray<T, Ix6>;
Six-dimensional array.
pub struct PyArray6<T>(/* private fields */);