AsyncDropFirstSequence
An asynchronous sequence which omits a specified number of elements from the base asynchronous sequence, then passes through all remaining elements.
Declaration
struct AsyncDropFirstSequence<Base> where Base : AsyncSequenceAn asynchronous sequence which omits a specified number of elements from the base asynchronous sequence, then passes through all remaining elements.
struct AsyncDropFirstSequence<Base> where Base : AsyncSequence