Type Definition ndarray::OwnedArray
[−]
[src]
type OwnedArray<A, D> = ArrayBase<Vec<A>, D>;
Deprecated
: Use the type alias Array
instead
Array where the data is owned uniquely.