Contents

AsyncPrefixWhileSequence

An asynchronous sequence, containing the initial, consecutive elements of the base sequence that satisfy a given predicate.

Declaration

struct AsyncPrefixWhileSequence<Base> where Base : AsyncSequence

Topics

Structures

Type Aliases

Default Implementations

See Also

Selecting Elements