rem_mut

Function rem_mut 

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