Return Value 戻り値
The next element, if it exists, or nil
to signal the end of the sequence.
次の要素、もしそれが存在するならば、またはシーケンスの終わりを合図するnil
。
Availability
Technology
mutating func next() async throws -> Self.Element
?
The next element, if it exists, or nil
to signal the end of the sequence.
次の要素、もしそれが存在するならば、またはシーケンスの終わりを合図するnil
。