Type Definition multiarray::Array2D [] [src]

type Array2D<T> = MultiArray<T, Dim2>;

Type alias for a 2D array