PyArray1

Type Alias PyArray1 

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

One-dimensional array.

Aliased Typeยง

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