merge::ord

Function max

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

Set left to the maximum of left and right.