[][src]Function veho::hashmap::mapper_value

pub fn mapper_value<K, V, KVS, VT, F>(kvp: KVS, f: F) -> HashMap<K, VT> where
    K: Hash + Eq,
    KVS: IntoIterator<Item = (K, V)>,
    F: FnMut(V) -> VT,