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

removePointer(at:)

Removes the pointer at a given index. 与えられたインデックスでのポインタを取り除きます。

Declaration 宣言

func removePointer(at index: Int)

Parameters パラメータ

index

The index of an element in the receiver. This value must be less than the count of the receiver. レシーバにおけるある要素のインデックス。この値は、レシーバのcountより少なくなければなりません。

Discussion 議論

Elements above index, including NULL values, slide lower. indexより上の要素は、NULL値を含めて、より低い方にずれます。

See Also 参照

Managing the Collection コレクションを管理する