LazyCollectionProtocol
protocol LazyCollectionProtocol : Collection, LazySequenceProtocol where Self.Elements : Collection
Supertypes
protocol Collection
A sequence whose elements can be traversed multiple times, nondestructively, and accessed by an indexed subscript.
protocol LazySequenceProtocol
A sequence on which normally-eager sequence operations are implemented lazily.
protocol Sequence
A type that provides sequential, iterated access to its elements.