Contents

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 : Collection

Discussion

  • See also: LazySequenceProtocol, LazyCollection

See Also

Lazy Wrappers