Function vec2::copy [] [src]

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