Instance Propertyswift 6.1.2Swift
lazy
var lazy: Self.Elements { get }var lazy: Self.Elements { get }where Self.Elements:LazySequenceProtocolimport Swiftprotocol LazySequenceProtocol : SequenceA sequence on which normally-eager sequence operations are implemented lazily.
associatedtype Elements : Sequence = Self where Self.Element == Self.Elements.ElementA Sequence that can contain the same elements as this one, possibly with a simpler type.