Module indexmap::map::core

source ·
Expand description

This is the core implementation that doesn’t depend on the hasher at all.

The methods of IndexMapCore don’t use any Hash properties of K.

It’s cleaner to separate them out, then the compiler checks that we are not using Hash at all in these methods.

However, we should probably not let this show in the public API or docs.

Re-exports

Modules

  • entry 🔒
  • raw 🔒
    This module encapsulates the unsafe access to hashbrown::raw::RawTable, mostly in dealing with its bucket “pointers”.
  • Opt-in access to the experimental raw entry API.

Structs

  • Core of the map that does not depend on S

Functions