pub type PyArrayLike3<'py, T, C = TypeMustMatch> = PyArrayLike<'py, T, Ix3, C>;Expand description
Receiver for three-dimensional arrays or array-like types.
Aliased Typeยง
pub struct PyArrayLike3<'py, T, C = TypeMustMatch>(/* private fields */);pub type PyArrayLike3<'py, T, C = TypeMustMatch> = PyArrayLike<'py, T, Ix3, C>;Receiver for three-dimensional arrays or array-like types.
pub struct PyArrayLike3<'py, T, C = TypeMustMatch>(/* private fields */);