extendr_api::prelude

Type Alias ArrayViewMut3

Source
pub type ArrayViewMut3<'a, A> = ArrayBase<ViewRepr<&'a mut A>, Dim<[usize; 3]>>;
Expand description

three-dimensional read-write array view

Aliased Typeยง

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