Expand description

ThinSet: a fast, low memory set implementation for small elements.

ThinSet uses ThinMap underneath, so it inherits all the properties of ThinMap.

Structs

A lazy iterator producing elements in the difference of ThinSets.
A draining iterator over the items of a ThinSet.
A lazy iterator producing elements in the intersection of ThinSets.
An owning iterator over the items of a ThinSet.
An iterator over the items of a ThinSet.
A lazy iterator producing elements in the symmetric difference of ThinSets.
A hash set implemented as a ThinMap where the value is ().
A lazy iterator producing elements in the union of ThinSets.