func next() -> Element?
Advances to the next element and returns it, or
nil
if no next element exists.
次の要素へ進んでそれを返します、または次の要素が存在しないならばnil
を返します。
Availability
Technology
@frozen struct Iterator
Iterator
is the iterator for the Collection
type.
Iterator
は、Collection
型のためのイテレータ。
func next() -> Element?
nil
if no next element exists.
次の要素へ進んでそれを返します、または次の要素が存在しないならばnil
を返します。