StructureSwift5.9.0

    Index

    An index that traverses the same positions as an underlying index, with inverted traversal direction.

    @frozen struct Index

    Citizens in Swift

    Members

    • init(Base.Index)

      Creates a new index into a reversed collection for the position before the specified index.

    • let base: Base.Index

      The position after this position in the underlying collection.

    Citizens in Swift

    where Base:BidirectionalCollection, Base.Index:Hashable

    Conformances

    • protocol Hashable

      A type that can be hashed into a Hasher to produce an integer hash value.

    Members

    Citizens in Swift

    where Base:BidirectionalCollection

    Conformances

    Members

    Features