Function naan::impls::hash_map::insert

source ·
pub fn insert<K, A>(k: K, a: A, map: HashMap<K, A>) -> HashMap<K, A>where
    K: Eq + Hash,
Expand description

Insert an item into a hash map