Module: engine/utils/array

Array utility functions.

Source:

Methods


<static> removeItems(arr, startIdx, removeCount)

Remove items of an arry

Parameters:
Name Type Description
arr array

The target array

startIdx number

The index to begin removing from (inclusive)

removeCount number

How many items to remove

Source: