pub fn extract_variables_from_pattern( pattern: &Pattern<String>, variables: &mut HashSet<String>, )
Extract variables from a pattern.