Type Alias IdentSet

Source
pub type IdentSet = FnvHashSet<Ident>;
Expand description

A set of idents.

Aliased Type§

struct IdentSet { /* private fields */ }