[go: up one dir, main page]

ArcArray2

Type Alias ArcArray2 

Source
pub type ArcArray2<A> = ArcArray<A, Ix2>;
Expand description

two-dimensional shared ownership array

Aliased Typeยง

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