Trait ndarray::DataShared[][src]

pub unsafe trait DataShared: Clone + DataClone { }
Expand description

Array representation trait.

A representation that is a lightweight view.

Internal trait, see Data.

Implementors