Function conrod::utils::partial_min [] [src]

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

Compare to PartialOrd values and return the min.