Contents

AsyncDropFirstSequence.Element

The type of element produced by this asynchronous sequence.

Declaration

typealias Element = Base.Element

Discussion

The drop-first sequence produces whatever type of element its base iterator produces.