pub type PyArray2<T> = PyArray<T, Ix2>;
Two-dimensional array.
pub struct PyArray2<T>(/* private fields */);