StructureSwift5.9.0

    AnyBidirectionalCollection

    A type-erased wrapper over any collection with indices that support bidirectional traversal.

    @frozen struct AnyBidirectionalCollection<Element>

    An AnyBidirectionalCollection instance forwards its operations to a base collection having the same Element type, hiding the specifics of the underlying collection.

    Citizens in Swift

    Conformances

    Members

    Features