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