plus Assign
Adds the specified element to the set.
Parameters
element
The element to add to the set.
Adds all the elements into this set.
Parameters
elements
An array of elements to add to the set.
Adds all the elements into this set.
Parameters
elements
Iterable elements to add to the set.
Adds all the elements into this set.
Parameters
elements
The sequence of elements to add to the set.
Adds all the elements in the elements set into this set.
Parameters
elements
A ScatterSet whose elements are to be added to the set
Adds all the elements in the elements set into this set.
Parameters
elements
An ObjectList whose elements are to be added to the set