Returns a new list containing all elements of the given elements collection and then all elements of this collection.
elements
List<E> operator +(Iterable<E> elements) => append(elements).toList();