[][src]Function conrod_core::utils::partial_max

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

Compare to PartialOrd values and return the max.