Expand description
Contains the EntityIndexSet
type, a IndexSet
pre-configured to use EntityHash
hashing.
This module is a lightweight wrapper around indexmap
’ss IndexSet
that is more performant for Entity
keys.
Structs§
- A draining iterator over the items of an
EntityIndexSet
. - An
IndexSet
pre-configured to useEntityHash
hashing. - Owning iterator over the items of an
EntityIndexSet
. - An iterator over the items of an
EntityIndexSet
. - A dynamically-sized slice of values in an
EntityIndexSet
.