Trait ndarray::DataShared [−][src]
Array representation trait.
A representation that is a lightweight view.
Internal trait, see Data
.
Array representation trait.
A representation that is a lightweight view.
Internal trait, see Data
.
impl<'a, A> DataShared for ViewRepr<&'a A>
[src]impl<A> DataShared for OwnedRcRepr<A>
[src]