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: LazyCollection<LazyPrefixWhileSequence<Base>> { get }
Available when Base conforms to Collection. BaseCollectionに準拠する時に利用可能です。