Type Definition ndarray::Array2[][src]

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

two-dimensional array

Trait Implementations

Performs the conversion.