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