ndarray::Array [] [src]

type Array<A, D> = ArrayBase<Vec<A>, D>;

Array where the data is owned uniquely.