pub fn sort3<T>(x: &mut (T, T, T)) where
    T: PartialOrd
Expand description

Sorts 3 values