Type Definition naga::FastHashSet[][src]

type FastHashSet<K> = HashSet<K, BuildHasherDefault<FxHasher>>;

Hash set that is faster but not resilient to DoS attacks.