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