Type Alias rerun::external::ndarray::ArrayViewMutD
source · pub type ArrayViewMutD<'a, A> = ArrayBase<ViewRepr<&'a mut A>, Dim<IxDynImpl>>;
Expand description
dynamic-dimensional read-write array view
Aliased Type§
struct ArrayViewMutD<'a, A> { /* private fields */ }