rust/library/core
Griffin Smith 462f86da9a Stabilize cmp_min_max_by
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.
2021-04-07 10:29:04 -04:00
..
benches Remove redundant 'static from library crates 2020-10-18 17:25:51 +02:00
src Stabilize cmp_min_max_by 2021-04-07 10:29:04 -04:00
tests Stabilize cmp_min_max_by 2021-04-07 10:29:04 -04:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00