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