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