sub_mut

Function sub_mut 

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