Type Alias naga::FastIndexSet
source · pub type FastIndexSet<K> = IndexSet<K, BuildHasherDefault<FxHasher>>;
Expand description
Insertion-order-preserving hash set (IndexSet<K>
), but with the same
hasher as FastHashSet<K>
(faster but not resilient to DoS attacks).
Aliased Type§
struct FastIndexSet<K> { /* private fields */ }