Type Alias ndarray::ArrayViewMutD

source ·
pub type ArrayViewMutD<'a, A> = ArrayViewMut<'a, A, IxDyn>;
Expand description

dynamic-dimensional read-write array view

Aliased Type§

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