struct DropWhileSequence
A sequence that lazily consumes and drops n
elements from an underlying
Base
iterator before possibly returning the first available element.
Inheritance |
Sequence |
Associated Types |
public typealias Element = Base.Element
|
Nested Types |
DropWhileSequence.Iterator |
Instance Variables
Instance Methods