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

pointer(at:)

Returns the pointer at a given index. 与えられたインデックスでのポインタを返します。

Declaration 宣言

func pointer(at index: Int) -> UnsafeMutableRawPointer?

Parameters パラメータ

index

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

Return Value 戻り値

The pointer at index. indexでのポインタ。

Discussion 議論

The returned value may be NULL. 返される値はNULLであるかもしれません。

See Also 参照

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