Return Value 戻り値
The index value immediately after i
.
i
の直後のインデックス値。
Availability 有効性
Technology
Value
conforms to MutableCollection
.The index value immediately after i
.
i
の直後のインデックス値。
i
A valid index of the collection. i
must be less than end
.
コレクションのひとつの有効なインデックス。i
はend
より少なくなければなりません。
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.