Expands (breadth first) the async-iterable sequence by recursively applying a selector function to generate more sequences at each recursion level.
Source sequence element type.
Selector function to retrieve the next sequence to expand.
Optional
An operator which returns a sequence with results from the recursive expansion of the source sequence.
Generated using TypeDoc
Expands (breadth first) the async-iterable sequence by recursively applying a selector function to generate more sequences at each recursion level.