numpy::borrow

Type Alias PyReadwriteArray1

Source
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 */ }