numpy::array

Type Alias PyArray6

Source
pub type PyArray6<T> = PyArray<T, Ix6>;
Expand description

Six-dimensional array.

Aliased Typeยง

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