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

next()

Asynchronously advances to the next element and returns it, or ends the sequence if there is no next element. 非同期に次の要素に前進して、それを返します、または次の要素がないならばそのシーケンスを終了します。

Declaration 宣言

mutating func next() async throws -> Self.Element?

Return Value 戻り値

The next element, if it exists, or nil to signal the end of the sequence. 次の要素、もしそれが存在するならば、またはシーケンスの終わりを合図するnil