extendr_api::prelude

Type Alias ArrayViewMut5

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

five-dimensional read-write array view

Aliased Typeยง

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