Required Instance Methodswift 6.0.1Swift

    formIndex(after:)

    Replaces the given index with its successor.

    override func formIndex(after i: inout Self.Index)

    Parameters

    i

    A valid index of the collection. i must be less than endIndex.

    Restates

    Other requirements

    Type members

    Instance members