Type Definition IdentRefSet
darling_core::usage
type IdentRefSet<'a> = FnvHashSet<&'a Ident>;
A set of references to idents.