pub fn srem<'out, T>( out: &'out mut [T; 3], a: &[T; 3], s: &T, ) -> &'out mut [T; 3]where for<'a, 'b> &'a T: Rem<&'b T, Output = T>,