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