Type Definition FastHashMap
naga
type FastHashMap<K, T> = HashMap<K, T, BuildHasherDefault<FxHasher>>;