ArrayMut

Type Alias ArrayMut 

Source
pub type ArrayMut<'a, T> = dyn AsMut<[T]> + 'a;
Expand description

Unopinionated (mutable) array type spanning Vec, fixed-size arrays, etc