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