Files
rust/src/libcoretest
bors d128e6bc74 Auto merge of #35856 - phimuemue:master, r=brson
Introduce max_by/min_by on iterators

See https://github.com/rust-lang/rfcs/issues/1722 for reference.

It seems that there is `min`, `max` (simple computation of min/max), `min_by_key`, `max_by_key` (min/max by comparing mapped values) but no `min_by` and `max_by` (min/max according to comparison function). However, e.g. on vectors or slices there is `sort`, `sort_by_key` and `sort_by`.
2016-09-02 21:02:41 -07:00
..
2016-03-12 12:31:13 -08:00
2016-06-29 16:08:32 -07:00
2016-01-14 23:02:32 -08:00
2015-08-17 19:35:52 -07:00
2016-08-29 17:34:02 +02:00
2015-10-16 21:15:23 +02:00
2016-08-20 17:30:48 +02:00
2015-03-26 12:10:22 -07:00
2015-03-26 12:10:22 -07:00
2016-03-11 08:42:56 +05:30