gausplat_loader::collection

Module indexmap

source
Expand description

IndexMap is a hash table where the iteration order of the key-value pairs is independent of the hash values of the keys.

IndexSet is a corresponding hash set using the same implementation and with similar properties.

Structs§

  • A hash table where the iteration order of the key-value pairs is independent of the hash values of the keys.
  • A hash table where the iteration order of the key-value pairs is independent of the hash values of the keys.
  • The standard RNG. The PRNG algorithm in StdRng is chosen to be efficient on the current platform, to be statistically strong and unpredictable (meaning a cryptographically secure PRNG).

Traits§

Type Aliases§

  • A hash set where the iteration order of the values is independent of their hash values.