AsyncFlatMapSequence
An asynchronous sequence that concatenates the results of calling a given transformation with each element of this sequence.
Declaration
struct AsyncFlatMapSequence<Base, SegmentOfResult> where Base : AsyncSequence, SegmentOfResult : AsyncSequence