Instance Method インスタンスメソッド

formIndex(after:)

Replaces the given index with its successor. 与えられたインデックスをそれの後に続くものと取り替えます。

Declaration 宣言

func formIndex(after i: inout Index)

Parameters パラメータ

i

A valid index of the collection. i must be less than endIndex. そのコレクションの有効なインデックス。iendIndexより少なくなければなりません。