deleteArrayItemconstant

deleteArrayItem: <T>(arr: MutableArray<T>, item: T) => void

Remove an item from an array (by reference).