[][src]Type Definition ustr::UstrSet

type UstrSet = HashSet<Ustr, BuildHasherDefault<IdentityHasher>>;

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