Function pconvert_rust::utils::max

source ·
pub fn max<T: PartialOrd>(x: T, y: T) -> T
Expand description

Maximum of two values that implement the PartialOrd trait.