pub type IdentHashSet<'a> = HashSet<Ident<'a>, IdentBuildHasher>;
Hash set of Ident, using precomputed ident hash.
Ident
pub struct IdentHashSet<'a> { /* private fields */ }