ndarray

Type Alias Array2

Source
pub type Array2<A> = Array<A, Ix2>;
Expand description

two-dimensional array

Aliased Typeยง

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