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§
- Stores a set of values indexed in a user-defined way.
- Internal type
- HashIndexed move iterator
- HashIndexed iterator
Traits§
- Configures how values are indexd.