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