extendr_api::prelude

Type Alias Array0

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

zero-dimensional array

Aliased Typeยง

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