Type Definition ndarray::RcArray 
                   
                       [−]
                   
               [src]
type RcArray<A, D> = ArrayBase<Rc<Vec<A>>, D>;
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.