Type Definition numpy::array::PyArrayDyn

source · []
pub type PyArrayDyn<T> = PyArray<T, IxDyn>;
Expand description

Dynamic-dimensional array.