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§
- A draining iterator over the items of an
EntityHashSet
. - A
HashSet
pre-configured to useEntityHash
hashing. - A draining iterator over entries of a
EntityHashSet
which don’t satisfy the predicatef
. - Owning iterator over the items of an
EntityHashSet
. - An iterator over the items of an
EntityHashSet
.