Type Definition multiarray::Array1D [] [src]

type Array1D<T> = MultiArray<T, Dim1>;

Type alias for a 1D array