type FxHashMap<T, U> = HashMap<T, U, BuildHasherDefault<FxHasher>>;
Available on
vulkan
only.Aliased Typeยง
struct FxHashMap<T, U> { /* private fields */ }
type FxHashMap<T, U> = HashMap<T, U, BuildHasherDefault<FxHasher>>;
vulkan
only.struct FxHashMap<T, U> { /* private fields */ }