Type Alias

AsyncDropFirstSequence.Element

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

Declaration 宣言

typealias Element = Base.Element

Discussion 解説

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

Relationships 関係

From Protocol 由来プロトコル