Skip to main content

array_remove_first

array_remove_first(array, element, [start_index], [length]) ⇒ boolean

Remove first occurrence of element from the array

Kind: global function
Returns: boolean - true if element was removed, false if it was not found

ParamType
arrayArray.<T>
elementT
[start_index]number
[length]number