Type Alias bones_lib::ecs::prelude::HashSet

pub type HashSet<K> = HashSet<K, BuildHasherDefault<FxHasher>>;
Expand description

A [HashSet][hashbrown::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.

Aliased Typeยง

struct HashSet<K> { /* private fields */ }