Instance Method

formIndex(after:)

Replaces the given index with its successor.

Required. Default implementation provided.

Declaration

func formIndex(after i: inout Self.Index)

Parameters

i

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

Default Implementations

Collection Implementations

func formIndex(after: inout Self.Index)

Replaces the given index with its successor.