Trait ndarray::DataOwned [−][src]
Array representation trait.
A representation that is a unique or shared owner of its data.
Internal trait, see Data
.
Array representation trait.
A representation that is a unique or shared owner of its data.
Internal trait, see Data
.
impl<A> DataOwned for OwnedArcRepr<A>
[src]fn new(elements: Vec<A>) -> Self
[src]fn into_shared(self) -> OwnedRcRepr<A>
[src]impl<A> DataOwned for OwnedRepr<A>
[src]fn new(elements: Vec<A>) -> Self
[src]fn into_shared(self) -> OwnedRcRepr<A>
[src]