Contents

AsyncThrowingDropWhileSequence.Failure

The type of element produced by this asynchronous sequence.

Declaration

typealias Failure = any Error

Discussion

The drop-while sequence produces errors from either the base sequence or the filtering closure.