Generic Type Alias 総称体型エイリアス

LazyDropWhileCollection

A lazy wrapper that includes the elements of an underlying collection after any initial consecutive elements that satisfy a predicate. 遅延なラッパー、それは根底にあるコレクションのうち、ある述部を満足させる何らかの最初の連続した要素の後ろの要素らを含みます。

Declaration 宣言

typealias LazyDropWhileCollection<T> = LazyDropWhileSequence<T> where T : Collection

Discussion 解説

Topics 話題

Type Aliases 型エイリアス

Instance Properties 様々なインスタンスプロパティ

Instance Methods インスタンスメソッド

Subscripts 添え字

See Also 参照

Lazy Wrappers 遅延ラッパー