Type Aliasswift 6.0.1_Concurrency
AsyncIterator
The type of iterator that produces elements of the sequence.
- iOS
- 13.0+
- macOS
- 10.15+
- tvOS
- 13.0+
- watchOS
- 6.0+
typealias AsyncIterator = AsyncDropWhileSequence<Base>.Iterator
Other members in extension
Types
struct Iterator
The iterator that produces elements of the drop-while sequence.
Typealiases
typealias Element
The type of element produced by this asynchronous sequence.
typealias Failure
The type of errors produced by this asynchronous sequence.
Instance members
func makeAsyncIterator(
) -> AsyncDropWhileSequence<Base>.Iterator Creates an instance of the drop-while sequence iterator.