Type Alias ustr::UstrSet

source ·
pub type UstrSet = HashSet<Ustr, BuildHasherDefault<IdentityHasher>>;
Expand description

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

Aliased Type§

struct UstrSet { /* private fields */ }