ArcArray3

Type Alias ArcArray3 

Source
pub type ArcArray3<A> = ArcArray<A, Ix3>;
Expand description

three-dimensional shared ownership array

Aliased Typeยง

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