A valid index of the collection. i
must be less than end
.
そのコレクションの有効なインデックス。i
はend
より少なくなければなりません。
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 宣言
Parameters パラメータ
i
Index Index
Return Value 戻り値
The index value immediately after i
.
i
の直後のインデックス。
Discussion 解説
The successor of an index must be well defined. For an index i
into a collection c
, calling c
returns the same index every time.
あるインデックスの後に続くものは、よく定義されなければなりません。コレクションc
へのインデックスi
に対して、c
を呼び出すことはいつでも同じインデックスを返します。
Note 注意
This documentation comment was inherited from Collection
.
この文書化コメントは、Collection
から引き継がれました。