pub fn merge_map<TIn: Clone + 'static, TOut: 'static>( project: impl Fn(&TIn) -> Node<TOut> + 'static, ) -> Operator<TOut>
merge_map: project every source DATA to an inner node and merge all live inners.