AsyncThrowingPrefixWhileSequence
An asynchronous sequence, containing the initial, consecutive elements of the base sequence that satisfy the given error-throwing predicate.
Declaration
struct AsyncThrowingPrefixWhileSequence<Base> where Base : AsyncSequence