pub type PyArray0<T> = PyArray<T, Ix0>;
Zero-dimensional array.
pub struct PyArray0<T>(/* private fields */);