extendr_api::prelude

Type Alias Array5

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

five-dimensional array

Aliased Typeยง

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