Type Alias

AsyncThrowingDropWhileSequence.Element

The type of element produced by this asynchronous sequence. この非同期シーケンスによって取り出される要素の型。

Declaration 宣言

typealias Element = Base.Element

Discussion 解説

The drop-while sequence produces whatever type of element its base sequence produces. drop-whileシーケンスは、それの基底シーケンスが生み出す要素の型が何であろうとも生み出します。

Relationships 関係

From Protocol 由来プロトコル