Type Alias

AsyncThrowingFlatMapSequence.AsyncIterator

The type of iterator that produces elements of the sequence. このシーケンスの要素それらを生み出すイテレータの型。

Declaration 宣言

typealias AsyncIterator = AsyncThrowingFlatMapSequence<Base, SegmentOfResult>.Iterator