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