add_mut

Function add_mut 

Source
pub fn add_mut<'out, T>(a: &'out mut [T; 2], b: &[T; 2]) -> &'out mut [T; 2]
where for<'a> T: AddAssign<&'a T>,