Function geng::prelude::partial_min

pub fn partial_min<T>(a: T, b: T) -> T
where T: PartialOrd,
Expand description

Compares and returns the minimum of two values