Type Alias PyArray5

Source
pub type PyArray5<T> = PyArray<T, Ix5>;
Expand description

Five-dimensional array.

Aliased Typeยง

struct PyArray5<T>(/* private fields */);