extra
A C array that you can use to hold returned values.
あるC配列、それはあなたが戻り値を保持するのに使用できます。
itemsPtr
A C array of objects.
オブジェクトのC配列。
mutationsPtr
Arbitrary state information used to detect whether the collection has been mutated.
コレクションが変化させられたかどうかを突き止めるために使われる随意の状態情報
state
Arbitrary state information used by the iterator. Typically this is set to
0
at the beginning of the iteration.
イテレータによって使われる随意の状態情報。概してこれは、反復の始まりでは0
に設定されます。