Скала Удалить элемент из списка

1. Using -= operator.
2. Using remove() method.
3. Using --= operator (deletes elements of another collection)
RafPlays