Fetch a forward range on all keys.
Removes all elements from the set.
Insert an element in the container. If allowDuplicates is false, this can fail and return false if the already contains an element with equivalent key.
Removes an element from the container.
Set, designed to replace std::set usage. O(lg(n)) insertion, removal, and search time. Set is designed to operate even without initialization through makeSet.