numpy

Type Alias PyArrayLike4

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

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

Aliased Typeยง

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