pub fn mul<'out, T>( out: &'out mut [T; 2], a: &[T; 2], b: &[T; 2], ) -> &'out mut [T; 2]where for<'a, 'b> &'a T: Mul<&'b T, Output = T>,