pub type IdentSet = HashSet<Ident, BuildHasherDefault<FnvHasher>>;
A set of idents.
struct IdentSet { /* private fields */ }