operator + method
Returns a list containing all elements of the original collection and then all elements of the given elements
collection.
Implementation
@useResult
KtList<T> operator +(KtIterable<T> elements) => plus(elements);
Returns a list containing all elements of the original collection and then all elements of the given elements
collection.
@useResult
KtList<T> operator +(KtIterable<T> elements) => plus(elements);