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