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