Function vec4::sub [] [src]

pub fn sub<'a, T: Copy + Num>(
    out: &'a mut [T; 4],
    a: &[T; 4],
    b: &[T; 4]
) -> &'a mut [T; 4]