struct LazyMapSequence
A Sequence
whose elements consist of those in a Base
Sequence
passed through a transform function returning Element
.
These elements are computed lazily, each time they're read, by
calling the transform function on a base element.
Inheritance |
LazySequenceProtocol |
Associated Types |
public typealias Elements = LazyMapSequence<Base, Element>
|
Nested Types |
LazyMapSequence.Iterator |
Instance Variables
Instance Methods