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

next()

Produces the next element in the prefix sequence. prefixシーケンスの中の次の要素を生み出します。

Declaration 宣言

mutating func next() async rethrows -> Base.Element?

Discussion 解説

Until reaching the number of elements to include, this iterator calls next() on its base iterator and passes through the result. After reaching the maximum number of elements, subsequent calls to next() return nil. 抜かす要素の数に到達するまで、このイテレータは、next()をそれの基底イテレータ上で呼び出します、そして結果を廃棄します。要素の最大数に到達した後、next()へのその後の呼び出しはnilを返します。

Relationships 関係

From Protocol 由来プロトコル