mutating func next() -> DropWhileSequence<Base>.Iterator.Element?
ss17DropWhileSequenceV8IteratorV4next7ElementQzSgyFWhat are these?
ss17DropWhileSequenceV8IteratorV4next7ElementQzSgyF
FNV24: [4JWDJ]
typealias Element
import Swift
@frozen struct Iterator
@frozen struct DropWhileSequence<Base> where Base : Sequence
A sequence that lazily consumes and drops n elements from an underlying Base iterator before possibly returning the first available element.
n
Base
typealias Element = Base.Element