Removes from arr all values in minusArr. For each value in minusArr, all matching instances in arr will be removed.
Function ccCArrayFullRemoveArray
#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, all matching instances in arr will be removed.