LazyCollection
A collection containing the same elements as a Base collection, but on which some operations such as map and filter are implemented lazily.
Declaration
typealias LazyCollection<T> = LazySequence<T> where T : CollectionDiscussion
See also:
LazySequenceProtocol,LazyCollection