Type Alias ndarray::Array0

source ·
pub type Array0<A> = Array<A, Ix0>;
Expand description

zero-dimensional array

Aliased Type§

struct Array0<A> { /* private fields */ }