numpy::borrow

Type Alias PyReadwriteArray4

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