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§
- Drain
- A draining iterator over the items of an
EntityIndexSet. - Entity
Index Set - An
IndexSetpre-configured to useEntityHashhashing. - Into
Iter - Owning iterator over the items of an
EntityIndexSet. - Iter
- An iterator over the items of an
EntityIndexSet. - Slice
- A dynamically-sized slice of values in an
EntityIndexSet.