pub type ReverseSortedSet<T> = SortedSet<Reverse<T>>;
pub struct ReverseSortedSet<T> { /* private fields */ }