Type Definition bevy::utils::HashSet

pub type HashSet<K> = HashSet<K, RandomState, Global>;
Expand description

A HashSet implementing aHash, a high speed keyed hashing algorithm intended for use in in-memory hashmaps.

aHash is designed for performance and is NOT cryptographically secure.