Type Alias bevy_utils::EntityHashSet

source ·
pub type EntityHashSet<T> = HashSet<T, EntityHash>;
Expand description

A HashSet pre-configured to use EntityHash hashing. Iteration order only depends on the order of insertions and deletions.

Aliased Type§

struct EntityHashSet<T> { /* private fields */ }