var startIndex : IndexSet.Index
The beginning index in the set.
集合の中の開始インデックス。
var endIndex : IndexSet.Index
The ending index in the set.
集合の中の終了インデックス。
func index(after: IndexSet.Index) -> IndexSet.Index
Returns the index that follows the given index in the set.
集合の中の与えられたインデックスに続くインデックスを返します。
func index(before: IndexSet.Index) -> IndexSet.Index
Returns the index that precedes the given index in the set.
集合の中の与えられたインデックスに先行するインデックスを返します。
func formIndex (after: inout IndexSet.Index)
Modifies the given index to refer to the item after the one it currently refers to.
与えられたインデックスを、それが現在参照するものの後の項目を参照するように修正します。
func formIndex (before: inout IndexSet.Index)
Modifies the given index to refer to the item before the one it currently refers to.
与えられたインデックスを、それが現在参照するものの前の項目を参照するように修正します。