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

index(before:)

Returns the position immediately before the given index.

Declaration 宣言

func index(before i: Binding<Value>.Index) -> Binding<Value>.Index
Available when Value conforms to BidirectionalCollection and MutableCollection.

Return Value 戻り値

The index value immediately before i. iの直前のインデックス値。

Parameters パラメータ

i

A valid index of the collection. i must be greater than startIndex. コレクションのひとつの有効なインデックス。istartIndexより大きくなければなりません。