No default construction if an allocator must be provided.
Use the given allocator for allocations.
A destructor is present on this object, but not explicitly documented in the source.
A postblit is present on this object, but not explicitly documented in the source.
Inserts the given item into the set.
Inserts the given item into the set.
Inserts the given item into the set.
Slice operator
Removes the given item from the set.
Set implementation that is well suited for small sets and simple items.
Uses SSE instructions to compare multiple elements simultaneously, but has linear time complexity.
Note: Only works on x86_64. Does NOT add GC ranges. Do not store pointers in this container unless they are also stored somewhere else.