Type Definition naan::impls::btree_map::insert0

source ·
pub type insert0<K, A> = Applied0<fn(_: K, _: A, _: BTreeMap<K, A>) -> BTreeMap<K, A>, K, A, BTreeMap<K, A>, BTreeMap<K, A>>;
Expand description

curried insert waiting for all arguments