Type Alias extendr_api::prelude::ArcArray2
source · pub type ArcArray2<A> = ArrayBase<OwnedArcRepr<A>, Dim<[usize; 2]>>;
Expand description
two-dimensional shared ownership array
Aliased Type§
struct ArcArray2<A> { /* private fields */ }