[][src]Function conrod_core::utils::partial_min

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

Compare to PartialOrd values and return the min.