pub type PyReadonlyArray6<'py, T> = PyReadonlyArray<'py, T, Ix6>;
Expand description
Read-only borrow of a six-dimensional array.
Aliased Typeยง
struct PyReadonlyArray6<'py, T> { /* private fields */ }
pub type PyReadonlyArray6<'py, T> = PyReadonlyArray<'py, T, Ix6>;
Read-only borrow of a six-dimensional array.
struct PyReadonlyArray6<'py, T> { /* private fields */ }