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

insertPointer(_:at:)

Inserts a pointer at a given index. ポインタをある与えられたインデックスで挿入します。

Declaration 宣言

func insertPointer(_ item: UnsafeMutableRawPointer?, 
                at index: Int)

Parameters パラメータ

item

The pointer to add. 加えることになるポインタ。

index

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

Discussion 議論

Elements at and above index, including NULL values, slide higher. indexでのそしてより上の要素は、NULL値を含めて、より高い方にずれます。

See Also 参照

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