ndarray

Type Alias ArcArray1

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

one-dimensional shared ownership array

Aliased Typeยง

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