PyArrayLike1

Type Alias PyArrayLike1 

Source
pub type PyArrayLike1<'py, T> = PyArrayLike<'py, T, Ix1>;
Expand description

One-dimensional array like.

Aliased Typeยง

pub struct PyArrayLike1<'py, T>(/* private fields */);