Instance Method インスタンスメソッド

next()

Advances to the next element and returns it, or nil if no next element exists. 次の要素へ進んでそれを返します、または次の要素が存在しないならばnilを返します。

Declaration 宣言

mutating func next() -> Element?

Return Value 戻り値

The next element in the underlying sequence, if a next element exists; otherwise, nil. 次の要素が存在するならば、基礎をなすシーケンス中の次の要素;そうでなければ、nil

Discussion 解説

Once nil has been returned, all subsequent calls return nil. 一旦nilが返されるならば、すべての続いて起こる呼び出しはnilを返します。

Relationships 関係

From Protocol 由来プロトコル