typealias LazyDropWhileSequence.Iterator.Element
The type of element traversed by the iterator.
このイテレータによって辿っていかれる要素の型。
Availability
Technology
@frozen struct Iterator
This is the associated iterator for the Lazy
, Lazy
, and Lazy
types.
これは、Lazy
、Lazy
、そしてLazy
型に対する関連イテレータです。
typealias LazyDropWhileSequence.Iterator.Element
func next() -> LazyDropWhileSequence<Base>.Iterator.Element?
nil
if no next element exists.
次の要素へ進んでそれを返します、または次の要素が存在しないならばnil
を返します。