ArcArray1

Type Alias ArcArray1 

Source
pub type ArcArray1<A> = ArrayBase<OwnedArcRepr<A>, Dim<[usize; 1]>>;
Expand description

one-dimensional shared ownership array

Aliased Typeยง

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