Function naan::impls::btree_map::insert

source ·
pub fn insert<K, A>(k: K, a: A, map: BTreeMap<K, A>) -> BTreeMap<K, A>where
    K: Ord,
Expand description

Insert an item into a hash map