Function itertools::extrema_set::max_set_impl
source ยท pub fn max_set_impl<I, K, F, Compare>(
it: I,
key_for: F,
compare: Compare,
) -> Vec<I::Item>
Expand description
Implementation guts for ax_set
, max_set_by
, and max_set_by_key
.