pub type PyArray5<T> = PyArray<T, Ix5>;
Five-dimensional array.
pub struct PyArray5<T>(/* private fields */);