SF_INLINE bool RemoveElements(unsigned idx, int count = -1);
RemoveElements removes a range of elements from an array. Only valid for Array types.
Parameters |
Description |
unsigned idx |
The start index of the range to be removed. |
int count = -1 |
The number of elements including the start index to be removed. |
True if the elements were removed, otherwise false.