pub fn merge_map(
core: &Core,
binding: &Arc<dyn HigherOrderBinding>,
source: NodeId,
project: ProjectFn,
) -> NodeIdExpand description
merge_map(source, project) — unbounded concurrency variant.
Equivalent to merge_map_with_concurrency with None.