lazy
A sequence containing the same elements as this sequence, but on which some operations, such as map and filter, are implemented lazily.
Declaration
var lazy: LazySequence<Self> { get }A sequence containing the same elements as this sequence, but on which some operations, such as map and filter, are implemented lazily.
var lazy: LazySequence<Self> { get }