AsyncCompactMapSequence
An asynchronous sequence that maps a given closure over the asynchronous sequence’s elements, omitting results that don’t return a value.
Declaration
struct AsyncCompactMapSequence<Base, ElementOfResult> where Base : AsyncSequence