ArrayViewMut1

Type Alias ArrayViewMut1 

Source
pub type ArrayViewMut1<'a, T> = ArrayBase<ViewRepr<&'a mut T>, Dim<[usize; 1]>>;
Expand description

1-dimensional mutable array view type alias

Aliased Typeยง

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