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

addPointer(_:)

Adds a given pointer to the receiver. 与えられたポインタをレシーバに加えます。

Declaration 宣言

func addPointer(_ pointer: UnsafeMutableRawPointer?)

Parameters パラメータ

pointer

The pointer to add. This value may be NULL. 加えることになるポインタ。この値はNULLであるかもしれません。

Discussion 議論

pointer is added at index count. pointerはインデックスcountで加えられます。

See Also 参照

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