add std::cmp::Ordering re-export

This commit is contained in:
YK 2024-12-02 17:08:23 +03:00
parent 0b2dc35cad
commit aefd094548

View File

@ -8,7 +8,10 @@ pub use std::{
VecDeque as D,
BinaryHeap as B,
},
cmp::Ordering as Or,
cmp::{
Ordering as Or,
Reverse as Rev,
},
};
pub type SS = &'static str;