1 2 3 4 5 6
use ahash::HashSet; use crate::Name; /// A set of variable names. pub type VariableNames = HashSet<Name>;