Type Definition bevy_utils::HashSet [−][src]
type HashSet<K> = HashSet<K, RandomState>;
A std hash set 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.