Type Definition naan::impls::btree_map::insert1

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

curried insert partially applied with 1 argument