A valid index of the collection. i
must be greater than start
.
そのコレクションの有効なインデックス。i
はstart
より大きくなければなりません。
Instance Method
インスタンスメソッド
index(before:)
Returns the position immediately before the given index.
与えられたインデックスの直前の位置を返します。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
Parameters パラメータ
i
Index Index
Return Value 戻り値
The index value immediately before i
.
i
の直前のインデックス値。
Discussion 解説
Note 注意
This documentation comment was inherited from Random
.
この文書化コメントは、Random
から引き継がれました。