Type Alias bevy::utils::EntityHashSet

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 */ }