numpy::array

Type Alias PyArray4

Source
pub type PyArray4<T> = PyArray<T, Ix4>;
Expand description

Four-dimensional array.

Aliased Typeยง

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