numpy::array

Type Alias PyArray3

Source
pub type PyArray3<T> = PyArray<T, Ix3>;
Expand description

Three-dimensional array.

Aliased Typeยง

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