pub type IdentRefSet<'a> = HashSet<&'a Ident>;
A set of references to idents.
pub struct IdentRefSet<'a> { /* private fields */ }