Type Definition numpy::array::PyArray1

source · []
pub type PyArray1<T> = PyArray<T, Ix1>;
Expand description

One-dimensional array.