Type Alias ndarray::ArcArray1

source ·
pub type ArcArray1<A> = ArcArray<A, Ix1>;
Expand description

one-dimensional shared ownership array

Aliased Type§

struct ArcArray1<A> { /* private fields */ }