Skip to main content

ArcArray4

Type Alias ArcArray4 

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

four-dimensional shared ownership array

Aliased Typeยง

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