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ยง
pub struct PyArrayLike4<'py, T, C = TypeMustMatch>(/* private fields */);pub type PyArrayLike4<'py, T, C = TypeMustMatch> = PyArrayLike<'py, T, Ix4, C>;Receiver for four-dimensional arrays or array-like types.
pub struct PyArrayLike4<'py, T, C = TypeMustMatch>(/* private fields */);