Array utility functions.
- Source:
Methods
-
<static> removeItems(arr, startIdx, removeCount)
-
Remove items of an arry
Parameters:
Name Type Description arrarray The target array
startIdxnumber The index to begin removing from (inclusive)
removeCountnumber How many items to remove
- Source: