AsyncPrefixWhileSequence
An asynchronous sequence, containing the initial, consecutive elements of the base sequence that satisfy a given predicate.
Declaration
struct AsyncPrefixWhileSequence<Base> where Base : AsyncSequenceAn asynchronous sequence, containing the initial, consecutive elements of the base sequence that satisfy a given predicate.
struct AsyncPrefixWhileSequence<Base> where Base : AsyncSequence