Removes the first occurrence of an item from an array.
The array to search for the item.
The item to remove.
True if the item was removed, false otherwise.
Removes the first occurrence of an item from an array.