init()
Initializes an empty index set.
空のインデックス集合を初期化します。
init(arrayLiteral : Int...)
Creates a set containing the elements of the given array literal.
与えられた配列リテラルの要素を含んでいる集合を作成します。
init(integer: IndexSet.Element)
Initializes an index set with a single integer.
単一の整数を使ってインデックス集合を初期化します。