pub type PyArrayLike3<'py, T> = PyArrayLike<'py, T, Ix3>;
Expand description
Three-dimensional array like.
Aliased Typeยง
pub struct PyArrayLike3<'py, T>(/* private fields */);
pub type PyArrayLike3<'py, T> = PyArrayLike<'py, T, Ix3>;
Three-dimensional array like.
pub struct PyArrayLike3<'py, T>(/* private fields */);