Type Alias bevy::ecs::entity::EntityHashSet

pub type EntityHashSet = HashSet<Entity, EntityHash>;
Expand description

A HashSet pre-configured to use EntityHash hashing.

Aliased Typeยง

struct EntityHashSet { /* private fields */ }