pub type VariableNames = HashSet<OwnedName, RandomState>;
Expand description
A set of variable names.
Aliased Typeยง
pub struct VariableNames { /* private fields */ }
pub type VariableNames = HashSet<OwnedName, RandomState>;
A set of variable names.
pub struct VariableNames { /* private fields */ }