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