Expand description
A hash set implemented as a HashMap where the value is ().
Structs
- A lazy iterator producing elements in the difference ofHashSets.
- A draining iterator over the items of aHashSet.
- A draining iterator over entries of aHashSetwhich don’t satisfy the predicatef.
- A hash set implemented as aHashMapwhere the value is().
- A lazy iterator producing elements in the intersection ofHashSets.
- An owning iterator over the items of aHashSet.
- An iterator over the items of aHashSet.
- A view into an occupied entry in aHashSet. It is part of theEntryenum.
- A lazy iterator producing elements in the symmetric difference ofHashSets.
- A lazy iterator producing elements in the union ofHashSets.
- A view into a vacant entry in aHashSet. It is part of theEntryenum.
Enums
- A view into a single entry in a set, which may either be vacant or occupied.