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

    Instance members