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