Function ccCArrayFastRemoveValueAtIndex

<Not available online>

Since v0.99.4

Removes value at specified index and fills the gap with the last value, thereby avoiding the need to push back subsequent values. Behavior undefined if index outside [0, num-1].

Examples0