Function vec2::ssub [] [src]

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