Hidehito Yabuuchi
Hidehito Yabuuchi
HI, I will work on this issue next a few weeks.
[itertools crate has `sorted{,_by,_by_key}` functions and methods.](https://docs.rs/itertools/0.8.0/itertools/fn.sorted.html?search=sorted).
I meant that a popular itertools crate has `sorted` function and we don't need to have the function in the std lib IMO. itertools `sorted` returns `vec::IntoIter`, but it can...
I think we need more opinions from a wider community. As [README](rust-lang/rfcs/README.md) notes, issues on this repo are not actively looked at by the Rust teams, so I recommend you...