Function vec2::max [] [src]

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