Function vec2::from_vec4 [] [src]

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