ndarray::Array [] [src]

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

: Array is deprecated! Renamed to RcArray.

Deprecated: Use RcArray instead

Array where the data is reference counted and copy on write, it can act as both an owner as the data as well as a lightweight view.