Type Alias ndarray::Array5

source ·
pub type Array5<A> = Array<A, Ix5>;
Expand description

five-dimensional array

Aliased Type§

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