srem_mut

Function srem_mut 

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