func add(Int)
Adds an index to the receiver.
func add(IndexSet)
Adds the indexes in an index set to the receiver.
あるインデックス集合の中のインデックスをレシーバに加えます。
Availability 有効性
Technology
func add(in range: NSRange
)
indexRange
Index range to add.
加えるインデックス範囲。
Must be in the range 0 .. NSNot
.
This method raises an range
when index
would add an index that exceeds the maximum allowed value for unsigned integers.
このメソッドがrange
を引き起こすのは、index
が符号なし整数に最大限許された値を超えるインデックスを加える時です。
func add(Int)
func add(IndexSet)