extendr_api::prelude

Type Alias ArrayView6

Source
pub type ArrayView6<'a, A> = ArrayBase<ViewRepr<&'a A>, Dim<[usize; 6]>>;
Expand description

six-dimensional array view

Aliased Typeยง

struct ArrayView6<'a, A> { /* private fields */ }