numpy

Type Alias PyArrayLike1

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

Receiver for one-dimensional arrays or array-like types.

Aliased Typeยง

struct PyArrayLike1<'py, T, C = TypeMustMatch>(/* private fields */);