Expand description
Contains the EntityHashSet
type, a HashSet
pre-configured to use EntityHash
hashing.
This module is a lightweight wrapper around Bevy’s HashSet
that is more performant for Entity
keys.
Structs§
- Drain
- A draining iterator over the items of an
EntityHashSet
. - Entity
Hash Set - A
HashSet
pre-configured to useEntityHash
hashing. - Extract
If - A draining iterator over entries of a
EntityHashSet
which don’t satisfy the predicatef
. - Into
Iter - Owning iterator over the items of an
EntityHashSet
. - Iter
- An iterator over the items of an
EntityHashSet
.