Emits this node and all of its descendants as a cold Flow, traversed in the given order. Useful for plugging tree traversal into coroutine/Flow pipelines (e.g. in a ViewModel).
Level-order (breadth-first) traversal as a cold Flow.
Post-order traversal as a cold Flow.
Pre-order traversal as a cold Flow.