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