Type Alias bevy_utils::EntityHashSet

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

A HashSet pre-configured to use EntityHash hashing.

Aliased Type§

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