numpy::borrow

Type Alias PyReadwriteArray5

Source
pub type PyReadwriteArray5<'py, T> = PyReadwriteArray<'py, T, Ix5>;
Expand description

Read-write borrow of a five-dimensional array.

Aliased Typeยง

struct PyReadwriteArray5<'py, T> { /* private fields */ }