Function vec2::add [] [src]

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