Function pconvert_rust::utils::max
source · pub fn max<T: PartialOrd>(x: T, y: T) -> TExpand description
Maximum of two values that implement the PartialOrd trait.
pub fn max<T: PartialOrd>(x: T, y: T) -> TMaximum of two values that implement the PartialOrd trait.