Contents

formIndex(after:)

Replaces the given index with its successor.

Declaration

func formIndex(after index: inout Int)

Parameters

  • index:

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

Discussion