Type Definition naan::impls::hash_map::insert1

source ·
pub type insert1<K, A> = Applied1<fn(_: K, _: A, _: HashMap<K, A>) -> HashMap<K, A>, K, A, HashMap<K, A>, HashMap<K, A>>;
Expand description

curried insert partially applied with 1 argument