AsyncThrowingMapSequence

An asynchronous sequence that maps the given error-throwing closure over the asynchronous sequence’s elements.

iOS
13.0+
macOS
10.15+
tvOS
13.0+
watchOS
6.0+
struct AsyncThrowingMapSequence<Base, Transformed> where Base : AsyncSequence