var allObjects : [Any]
All the objects in the receiver.
レシーバの中の全ての要素。
func pointer(at: Int) -> UnsafeMutableRawPointer?
Returns the pointer at a given index.
与えられたインデックスでのポインタを返します。
func addPointer (UnsafeMutableRawPointer?)
Adds a given pointer to the receiver.
与えられたポインタをレシーバに加えます。
func removePointer (at: Int)
Removes the pointer at a given index.
与えられたインデックスでのポインタを取り除きます。
func insertPointer (UnsafeMutableRawPointer?, at: Int)
Inserts a pointer at a given index.
ポインタをある与えられたインデックスで挿入します。
func replacePointer (at: Int, withPointer : UnsafeMutableRawPointer?)
Replaces the pointer at a given index.
ポインタをある与えられたインデックスで置き換えます。
func compact()
Removes
NULL
values from the receiver.
NULL
値をポインタから取り除きます。