Type Alias extendr_api::prelude::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 */ }