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

LazyPrefixWhileCollection

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

Declaration 宣言

typealias LazyPrefixWhileCollection<T> = LazyPrefixWhileSequence<T> where T : Collection

Discussion 解説

Topics 話題

Type Aliases 型エイリアス

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

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

Subscripts 添え字

Structures 構造体

See Also 参照

Lazy Wrappers 遅延ラッパー