static func ..< (IndexSet.Index) -> PartialRangeUpTo<IndexSet.Index>
Returns a partial range up to, but not including, its upper bound.
それの上側の境界までの、しかしそれを含んでいない、部分的な範囲を返します。
static func < (IndexSet.Index, IndexSet.Index) -> Bool
Indicates that one index is less than another.
一方のインデックスが他のものより少ないことを指し示します。
static func == (IndexSet.Index, IndexSet.Index) -> Bool
Indicates that two indexes are equal.
2つのインデックスが等しいことを指し示します。