func makeAsyncIterator () -> Self.AsyncIterator
Creates the 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つ提供するものです。
associatedtype Element
The type of element produced by this asynchronous sequence.
この非同期シーケンスによって取り出される要素の型。