bool linearRemoveElement(T value)
Removes the first occurence of an element from the list in linear time.
value