numpy

Type Alias PyArrayLike0

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

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

Aliased Typeยง

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