sub

Function sub 

Source
pub fn sub<'out, T>(
    out: &'out mut [T; 4],
    a: &[T; 4],
    b: &[T; 4],
) -> &'out mut [T; 4]
where for<'a, 'b> &'a T: Sub<&'b T, Output = T>,