Return Value 戻り値
The next element in the underlying sequence, if a next element exists; otherwise, nil
.
次の要素が存在するならば、基礎をなすシーケンス中の次の要素;そうでなければ、nil
。
nil
if no next element exists.
次の要素へ進んでそれを返します、または次の要素が存在しないならばnil
を返します。
Availability
Technology
mutating func next() -> Element?
The next element in the underlying sequence, if a next element exists; otherwise, nil
.
次の要素が存在するならば、基礎をなすシーケンス中の次の要素;そうでなければ、nil
。
Once nil
has been returned, all subsequent calls return nil
.
一旦nil
が返されるならば、すべての続いて起こる呼び出しはnil
を返します。