Function ccArrayFastRemoveObjectAtIndex

#include <Geode/cocos/support/data_support/ccCArray.h>voidccArrayFastRemoveObjectAtIndex(,
uintindex
)

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