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

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

Minimum of two values that implement the PartialOrd trait.