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