extendr_api::prelude

Type Alias Array1

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

one-dimensional array

Aliased Typeยง

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