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