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

makeAsyncIterator()

Creates the asynchronous iterator that produces elements of this asynchronous sequence. 非同期イテレータを作成します、それはこの非同期シーケンスの要素を取り出すものです。

Declaration 宣言

func makeAsyncIterator() -> Self.AsyncIterator

Return Value 戻り値

An instance of the AsyncIterator type used to produce elements of the asynchronous sequence. 非同期シーケンスの要素それらを生み出すために使われるAsyncIterator型のインスタンス。

See Also 参照

Creating an Iterator イテレータを作成する