Expand description
Contains the EntityIndexMap
type, an IndexMap
pre-configured to use EntityHash
hashing.
This module is a lightweight wrapper around indexmap
’s IndexMap
that is more performant for Entity
keys.
Structs§
- A draining iterator over the entries of an
EntityIndexMap
. - A
IndexMap
pre-configured to useEntityHash
hashing. - An owning iterator over the entries of an
IndexMap
. - An owning iterator over the keys of an
EntityIndexMap
. - An iterator over the entries of an
EntityIndexMap
. - A mutable iterator over the entries of an
EntityIndexMap
. - An iterator over the keys of an
EntityIndexMap
. - A dynamically-sized slice of key-value pairs in an
EntityIndexMap
.