extendr_api::prelude

Type Alias 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 */ }