StructureSwift5.9.0

    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.

    @frozen struct LazyMapSequence<Base, Element> where Base : Sequence

    Citizens in Swift

    Members

    Citizens in Swift

    where Base:Sequence

    Conformances

    Members

    Features

    Citizens in Swift

    where Base:RandomAccessCollection

    Conformances

    Citizens in Swift

    where Base:BidirectionalCollection

    Conformances

    Members

    Features

    Citizens in Swift

    where Base:Collection

    Conformances

    Members

    Features