Skip to main content

IdentHashSet

Type Alias IdentHashSet 

Source
pub type IdentHashSet<'a> = HashSet<Ident<'a>, IdentBuildHasher>;
Expand description

Hash set of Ident, using precomputed ident hash.

Aliased Typeยง

pub struct IdentHashSet<'a> { /* private fields */ }