Skip to main content

ArcArray3

Type Alias ArcArray3 

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

three-dimensional shared ownership array

Aliased Typeยง

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