[][src]Type Definition ustr::UstrMap

type UstrMap<V> = HashMap<Ustr, V, BuildHasherDefault<IdentityHasher>>;

A standard HashMap using Ustr as the key type with a custom Hasher that just uses the precomputed hash for speed instead of calculating it