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