pub fn sadd_mut<'out, T>(out: &'out mut [T; 2], s: &T) -> &'out mut [T; 2]where for<'a> T: AddAssign<&'a T>,