AsyncThrowingMapSequence
An asynchronous sequence that maps the given error-throwing closure over the asynchronous sequence’s elements.
Declaration
struct AsyncThrowingMapSequence<Base, Transformed> where Base : AsyncSequenceAn asynchronous sequence that maps the given error-throwing closure over the asynchronous sequence’s elements.
struct AsyncThrowingMapSequence<Base, Transformed> where Base : AsyncSequence