Type Alias

AsyncStream.AsyncIterator

The type of asynchronous iterator that produces elements of this asynchronous sequence. この非同期シーケンスの要素それらを取り出す非同期イテレータの型。

Declaration 宣言

typealias AsyncIterator = AsyncStream<Element>.Iterator

Discussion 解説