Contents

LazySequence

A sequence containing the same elements as a Base sequence, but on which some operations such as map and filter are implemented lazily.

Declaration

@frozen struct LazySequence<Base> where Base : Sequence

Overview

  • See also: LazySequenceProtocol

Topics

Instance Methods

Default Implementations

See Also

Lazy Wrappers