Function quat::min [] [src]

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