Type Alias ndarray::Array4

source ·
pub type Array4<A> = Array<A, Ix4>;
Expand description

four-dimensional array

Aliased Type§

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