Function vec4::max [] [src]

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