Removes from arr all values in minusArr. For each Value in minusArr, the first matching instance in arr will be removed.
Function ccCArrayRemoveArray
#include <Geode/cocos/support/data_support/ccCArray.h>
cocos2d::ccCArray*minusArr
)#include <Geode/cocos/support/data_support/ccCArray.h>
Removes from arr all values in minusArr. For each Value in minusArr, the first matching instance in arr will be removed.