DViewMut

Type Alias DViewMut 

Source
pub type DViewMut<'a, T, const N: usize, L = Dense> = ViewMut<'a, T, Rank<N>, L>;
Expand description

Mutable multidimensional array view with dynamically-sized dimensions.

Aliased Typeยง

pub struct DViewMut<'a, T, const N: usize, L = Dense> { /* private fields */ }