StructureSwift5.9.0

    AnySequence

    A type-erased sequence.

    @frozen struct AnySequence<Element>

    An instance of AnySequence forwards its operations to an underlying base sequence having the same Element type, hiding the specifics of the underlying sequence.

    Citizens in Swift

    Conformances

    Members

    Features