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