Module parry3d::utils::hashmap

source ·
Expand description

A hash-map that behaves deterministically when the enhanced-determinism feature is enabled.

Structs§

  • This is the same as FxHasher, but with the guarantee that the internal hash is an u32 instead of something that depends on the platform.

Enums§

  • A view into a single entry in a map, which may either be vacant or occupied.

Type Aliases§

  • Type alias for a hash map that uses the Fx hashing algorithm.