numpy::array

Type Alias PyArray1

Source
pub type PyArray1<T> = PyArray<T, Ix1>;
Expand description

One-dimensional array.

Aliased Typeยง

struct PyArray1<T>(/* private fields */);