Instance Property インスタンスプロパティ

lazy

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

Declaration 宣言

var lazy: LazySequence<ReversedCollection<Base>> { get }