A valid index of the collection. i
must be 0
.
そのコレクションの有効なインデックス。i
は0
でなければなりません。
Instance Method
インスタンスメソッド
index(after:)
Returns the position immediately after 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 宣言
func index(after i: CollectionOfOne
<Element>.Index
) -> CollectionOfOne
<Element>.Index
Parameters パラメータ
i
Return Value 戻り値
The index value immediately after i
.
i
の直後のインデックス。