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