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

index(after:)

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

Declaration 宣言

func index(after i: CollectionOfOne<Element>.Index) -> CollectionOfOne<Element>.Index

Parameters パラメータ

i

A valid index of the collection. i must be 0. そのコレクションの有効なインデックス。i0でなければなりません。

Return Value 戻り値

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

Relationships 関係

From Protocol 由来プロトコル