extendr_api::prelude

Type Alias Array2

Source
pub type Array2<A> = ArrayBase<OwnedRepr<A>, Dim<[usize; 2]>>;
Expand description

two-dimensional array

Aliased Typeยง

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