func add(IndexSet)
Adds the indexes in an index set to the receiver.
あるインデックス集合の中のインデックスをレシーバに加えます。
func add(in: NSRange)
Adds the indexes in an index range to the receiver.
あるインデックス範囲の中のインデックスをレシーバに加えます。
Availability 有効性
Technology
func add(_ value: Int
)
index
Index to add.
加えるインデックス。
Must be in the range 0 .. NSNot
.
func add(IndexSet)
func add(in: NSRange)