formIndex(after:)
Replaces the given index with its successor.
Declaration
func formIndex(after index: inout Int)Parameters
- index:
A valid index of the array.
imust be less thanendIndex.
Replaces the given index with its successor.
func formIndex(after index: inout Int)A valid index of the array. i must be less than endIndex.