pub fn sort2<T: PartialOrd + Copy>(a: T, b: T) -> (T, T)
Sorts a set of two values in increasing order.