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