Function core::cmp::min_by_key 1.53.0[−][src]
pub fn min_by_key<T, F: FnMut(&T) -> K, K: Ord>(v1: T, v2: T, f: F) -> TThis is supported on non-crate feature
miri-test-libstd or test or doctest only.