merge::ord

Function min

source
pub fn min<T: Ord>(left: &mut T, right: T)
Expand description

Set left to the minimum of left and right.