Type Definition IdentSet
darling::usage
type IdentSet = HashSet<Ident, BuildHasherDefault<FnvHasher>>;
A set of idents.