Function vec2::sub [] [src]

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