Crate hashindexed

Source
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§

HashIndexed
Stores a set of values indexed in a user-defined way.
IndexableValue
Internal type
IntoIter
HashIndexed move iterator
Iter
HashIndexed iterator

Traits§

KeyComparator
Configures how values are indexd.