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

index(after:)

Returns the position immediately after the given index. 与えられたインデックスの直後の位置を返します。

Declaration 宣言

func index(after i: Int) -> Int

Parameters パラメータ

i

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

Return Value 戻り値

The index immediately after i. iの直後のインデックス。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Manipulating Indices インデックスを操る