Function hashbrown::map::equivalent_key

source ·
fn equivalent_key<Q, K, V>(k: &Q) -> impl Fn(&(K, V)) -> bool + '_where
    Q: ?Sized + Equivalent<K>,
Expand description

Ensures that a single closure type across uses of this which, in turn prevents multiple instances of any functions like RawTable::reserve from being generated