mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 07:06:53 +00:00
I would like to propose cmp::{min_by, min_by_key, max_by, max_by_key}
for stabilization.
These are relatively simple and seemingly uncontroversial functions and
have been unchanged in unstable for a while now.
For more information about how rustc works, see the rustc dev guide.