AsyncThrowingDropWhileSequence

    An asynchronous sequence which omits elements from the base sequence until a given error-throwing closure returns false, after which it passes through all remaining elements.

    iOS
    13.0+
    macOS
    10.15+
    tvOS
    13.0+
    watchOS
    6.0+
    struct AsyncThrowingDropWhileSequence<Base> where Base : AsyncSequence

    Citizens in _Concurrency

    where Base:AsyncSequence

    Conformances

    Types

    • struct Iterator

      The iterator that produces elements of the drop-while sequence.

    Typealiases

    Instance members

    Instance features

    Citizens in _Concurrency

    where Base:AsyncSequence, Base:Sendable, Base.Element:Sendable

    Conformances