numpy

Type Alias PyArrayLike6

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

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

Aliased Typeยง

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