pub fn flat_map<TIn: Clone + 'static, TOut: 'static>( project: impl Fn(&TIn) -> Node<TOut> + 'static, ) -> Operator<TOut>
flat_map: alias-shaped Rust helper for merge_map.
merge_map