typealias DropWhileSequence.Iterator.Element
The type of element traversed by the iterator.
このイテレータによって辿っていかれる要素の型。
Availability
Technology
@frozen struct Iterator
Note 注意
This documentation comment was inherited from Sequence
.
この文書化コメントは、Sequence
から引き継がれました。
typealias DropWhileSequence.Iterator.Element
func next() -> DropWhileSequence<Base>.Iterator.Element?
nil
if no next element exists.
次の要素へ進んでそれを返します、または次の要素が存在しないならばnil
を返します。