[][src]Module hashmap_core::set

Deprecated:

use hashbrown instead

Structs

DifferenceDeprecated

A lazy iterator producing elements in the difference of HashSets.

DrainDeprecated

A draining iterator over the items of a HashSet.

HashSetDeprecated

A hash set implemented as a HashMap where the value is ().

IntersectionDeprecated

A lazy iterator producing elements in the intersection of HashSets.

IntoIterDeprecated

An owning iterator over the items of a HashSet.

IterDeprecated

An iterator over the items of a HashSet.

SymmetricDifferenceDeprecated

A lazy iterator producing elements in the symmetric difference of HashSets.

UnionDeprecated

A lazy iterator producing elements in the union of HashSets.