pub type VariableNames = HashSet<Name>;
A set of variable names.
pub struct VariableNames { /* private fields */ }