Set:
*
Set
*
Clearing a set
You can remove all the elements in a set using the .clear() method:
mySet.clear();