Structs§
- FxSeeded
State FxSeededState
is an alternative state forHashMap
types, allowing to useFxHasher
with a set seed.
Type Aliases§
- FxHash
MapSeed - Type alias for a hashmap using the
fx
hash algorithm withFxSeededState
. - FxHash
SetSeed - Type alias for a hashmap using the
fx
hash algorithm withFxSeededState
.