Expand description
Store a set of values in a data structure indexed by the hash of some user-defined sub-property.
This works like a HashSet<T>
with redefined equality and hash function on
T, but maintaining the usual definition of equality on T outside the
indexing.
See HashIndexed
type for usage.
Structs§
- Hash
Indexed - Stores a set of values indexed in a user-defined way.
- Indexable
Value - Internal type
- Into
Iter - HashIndexed move iterator
- Iter
- HashIndexed iterator
Traits§
- KeyComparator
- Configures how values are indexd.