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