Contents

AsyncDropWhileSequence

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

Declaration

struct AsyncDropWhileSequence<Base> where Base : AsyncSequence

Topics

Structures

Type Aliases

Default Implementations

See Also

Excluding Elements