StringHashSet.removeMany Method

Removes values from the hash set.
 

Parameters

values

Type: Array
ElementType: Object
The array containing values to remove.
selector

Type: Function - May be null
(Optional) A function to select the value to remove.