Function ccArrayFastRemoveObjectAtIndex

<Not available online>

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

Examples0