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