AsyncCompactMapSequence

An asynchronous sequence that maps a given closure over the asynchronous sequence’s elements, omitting results that don’t return a value.

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