Function pconvert_rust::utils::min[][src]

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

Minimum of two values that implement the PartialOrd trait.