pub fn reverse_order<T>() -> ReverseOrder<T>where
    T: Ord,
Expand description

Creates a reverse ordering comparator.