Skip to main content

ArcArray6

Type Alias ArcArray6 

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

six-dimensional shared ownership array

Aliased Typeยง

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