Type Alias extendr_api::prelude::ArrayView4
source · pub type ArrayView4<'a, A> = ArrayBase<ViewRepr<&'a A>, Dim<[usize; 4]>>;
Expand description
four-dimensional array view
Aliased Type§
struct ArrayView4<'a, A> { /* private fields */ }