The type of elements in the Set
An array containing all values in the Set in insertion order
Returns true if at least one of the given items is present in the Set.
Variable number of items to check
True if any item is in the Set, false if no items or Set is empty
Returns true if all of the given items are present in the Set. Can accept items as separate arguments or as a single Set parameter.
True if all items are in the Set, false otherwise
Converts the Set into an array, preserving insertion order.