Add an element to the set
Add a range of elements
Return an array version of the set
Returns true when the set is empty
Returns the front/first element of the set
Number of elements in the set
Access by id.
Removes the front element from the set
Remove an element from the set
Remove a range of elements
Set implemented on top of ranges. Unique and ordered (at time of adding)