Returns a new list containing all elements of this collection except the elements contained in the given elements collection.
elements
List<E> operator -(Iterable<E> elements) => except(elements).toList();