func makeAsyncIterator () -> Self.AsyncIterator
Creates the asynchronous iterator that produces elements of this asynchronous sequence.
非同期イテレータを作成します、それはこの非同期シーケンスの要素を取り出すものです。
associatedtype AsyncIterator
The type of asynchronous iterator that produces elements of this asynchronous sequence.
この非同期シーケンスの要素それらを取り出す非同期イテレータの型。
protocol AsyncIteratorProtocol
A type that asynchronously supplies the values of a sequence one at a time.
ある型、それはあるシーケンスの値それらを非同期に一度に1つ提供するものです。