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

formIndex(after:)

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

Declaration 宣言

func formIndex(after i: inout Int)

Parameters パラメータ

i

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

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Manipulating Indices インデックスを操る