extract_variables_from_pattern

Function extract_variables_from_pattern 

Source
pub fn extract_variables_from_pattern(
    pattern: &Pattern<String>,
    variables: &mut HashSet<String>,
)
Expand description

Extract variables from a pattern.