Type Alias extendr_api::prelude::ArrayViewMut6

source ·
pub type ArrayViewMut6<'a, A> = ArrayBase<ViewRepr<&'a mut A>, Dim<[usize; 6]>>;
Expand description

six-dimensional read-write array view

Aliased Type§

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