extendr_api::prelude

Type Alias Array6

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

six-dimensional array

Aliased Typeยง

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