[][src]Function geng_core::prelude::min_max

pub fn min_max<T>(a: T, b: T) -> (T, T) where
    T: Ord