Removes the first instance of value found in the list.
Complexity: O(length)
true if a value was removed.
See Implementation
Removes the first instance of value found in the list.
Complexity: O(length)