ArrayViewMut1 in ndarray - Rust

ndarray

Type Alias ArrayViewMut1 

Source

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

one-dimensional read-write array view

Aliased Typeยง

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