ndarray::OwnedArray [] [src]

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

Array where the data is owned uniquely.