Function sort2

Source
pub fn sort2<T: PartialOrd + Copy>(a: T, b: T) -> (T, T)
Expand description

Sorts a set of two values in increasing order.