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

formIndex(after:)

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

Declaration 宣言

func formIndex(after i: inout Slice<Base>.Index)

Parameters パラメータ

i

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

Discussion 解説

Relationships 関係

From Protocol 由来プロトコル