Function rustc_data_structures::sso::map::adapt_array_ref_it[][src]

fn adapt_array_ref_it<K, V, 'a>(pair: &'a (K, V)) -> (&'a K, &'a V)
Expand description

adapts Item of array reference iterator to Item of hashmap reference iterator.