Instance Method インスタンスメソッド

add(_:)

Adds an index to the receiver.

Declaration 宣言

func add(_ value: Int)

Parameters パラメータ

index

Index to add. 加えるインデックス。 Must be in the range 0 .. NSNotFound - 1.

See Also 参照

Adding Indexes インデックスを加える

Related Documentation 関連文書