Type Alias

AsyncThrowingMapSequence.AsyncIterator

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

Declaration 宣言

typealias AsyncIterator = AsyncThrowingMapSequence<Base, Transformed>.Iterator