Function nannou::ui::utils::partial_min[][src]

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

Compare to PartialOrd values and return the min.