Function pconvert_rust::utils::min

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

Minimum of two values that implement the PartialOrd trait.