[][src]Function codegame::prelude::partial_min_max

pub fn partial_min_max<T>(a: T, b: T) -> (T, T) where
    T: PartialOrd<T>,