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