Contents

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.

Declaration

struct AsyncThrowingDropWhileSequence<Base> where Base : AsyncSequence

Topics

Structures

Type Aliases

Default Implementations

See Also

Excluding Elements