Type Alias ndarray::ArcArray2

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

two-dimensional shared ownership array

Aliased Type§

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