Type Alias

LazyDropWhileSequence.Iterator.Element

The type of element traversed by the iterator. このイテレータによって辿っていかれる要素の型。

Declaration 宣言

typealias LazyDropWhileSequence<Base>.Iterator.Element = Base.Element

Discussion 解説

Relationships 関係

From Protocol 由来プロトコル