numpy::array

Type Alias PyArray0

Source
pub type PyArray0<T> = PyArray<T, Ix0>;
Expand description

Zero-dimensional array.

Aliased Typeยง

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