Module tinyset::set [] [src]

A set that is compact in size when it has few elements.

Structs

IntoIter

An iterator for consuming sets.

Iter

An iterator for sets.

Set

A set that is a FnvHashSet when it has many elements, but is just an array for small set sizes.

Constants

CAPACITY

The number of elements stored in an array before moving up to the FnvHashSet implementation.