pub type PyArrayDyn<T> = PyArray<T, IxDyn>;
Dynamic-dimensional array.
pub struct PyArrayDyn<T>(/* private fields */);