Function vec2::div [] [src]

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