Module inner

Module inner 

Source
Expand description

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

The methods of Core 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§

pub use entry::OccupiedEntry;
pub use entry::VacantEntry;

Modules§

entry 🔒
extract 🔒

Structs§

Core 🔒
Core of the map that does not depend on S

Functions§

equivalent 🔒
erase_index 🔒
get_hash 🔒
insert_bulk_no_grow 🔒
Inserts many entries into the indices table without reallocating, and without regard for duplication.
update_index 🔒

Type Aliases§

Entries 🔒
Indices 🔒