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

LazyCollection

A collection containing the same elements as a Base collection, but on which some operations such as map and filter are implemented lazily. Baseコレクションと同じ要素を含んでいるあるコレクション、しかしそれの上で何らかの演算、例えばmapfilterが遅延に実装されます。

Declaration 宣言

typealias LazyCollection<T> = LazySequence<T> where T : Collection

Discussion 解説

  • See also: LazySequenceProtocol, LazyCollection 参照:LazySequenceProtocolLazyCollection

Topics 話題

Type Aliases 型エイリアス

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

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

Subscripts 添え字

See Also 参照

Lazy Wrappers 遅延ラッパー