Type Alias extendr_api::prelude::ArrayView5

source ·
pub type ArrayView5<'a, A> = ArrayBase<ViewRepr<&'a A>, Dim<[usize; 5]>>;
Expand description

five-dimensional array view

Aliased Type§

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