A sequence containing the same elements as this sequence, but on which some operations, such as map
and filter
, are implemented lazily.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Declaration
var lazy: LazySequence <Int.Words> { get }
A sequence containing the same elements as this sequence, but on which some operations, such as map
and filter
, are implemented lazily.
SDK
Framework
var lazy: LazySequence <Int.Words> { get }