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