ndarray

Type Alias ArrayViewMut1

Source
pub type ArrayViewMut1<'a, A> = ArrayViewMut<'a, A, Ix1>;
Expand description

one-dimensional read-write array view

Aliased Typeยง

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