Identical to self.
self
var elements: Self { get }
ss20LazySequenceProtocolPs8ElementsQzRszrlE8elementsxvp
3XRX
where Self == Self.Elements
import Swift
protocol LazySequenceProtocol : Sequence
A sequence on which normally-eager sequence operations are implemented lazily.
var elements: Self.Elements { get }
A sequence containing the same elements as this one, possibly with a simpler type.