[][src]Function geng_core::prelude::partial_min

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