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