struct LazyDropWhileSequence<Base>
Inheritance |
LazySequenceProtocol, Sequence
View Protocol Hierarchy →
|
Associated Types |
Element = Base.Element
SubSequence = AnySequence<Base.Element>
Elements = LazyDropWhileSequence<Base>
|
Nested Types |
LazyDropWhileSequence.Iterator |
Import |
import Swift |
Instance Variables
Instance Methods
Conditionally Inherited Items
Where Element : Comparable
Where Element : Equatable
Where Element : Sequence
Where Element : StringProtocol
Where Elements : LazySequenceProtocol
Where SubSequence == AnySequence