extendr_api::prelude

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