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

index(before:)

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

Declaration 宣言

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

Parameters パラメータ

i

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

Return Value 戻り値

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

Relationships 関係

From Protocol 由来プロトコル