Function hashmap_get_mut_vivify

Source
pub fn hashmap_get_mut_vivify<'m, K: Eq + Hash + Clone, V>(
    m: &'m mut HashMap<K, V>,
    k: &K,
    create: impl FnOnce() -> V,
) -> &'m mut V