Function decorum::cmp::min_or_undefined
source · [−]pub fn min_or_undefined<T>(a: T, b: T) -> T where
T: IntrinsicOrd, Expand description
Partial minimum of types with intrinsic representations for undefined.
See the IntrinsicOrd trait.