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

replacePointer(at:withPointer:)

Replaces the pointer at a given index. ポインタをある与えられたインデックスで置き換えます。

Declaration 宣言

func replacePointer(at index: Int, 
        withPointer item: UnsafeMutableRawPointer?)

Parameters パラメータ

index

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

item

The item with which to replace the element at index. This value may be NULL. それでindexでの要素が置き換えられることになる項目。この値はNULLであるかもしれません。

See Also 参照

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