Skip to main content

ArcArray5

Type Alias ArcArray5 

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

five-dimensional shared ownership array

Aliased Typeยง

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