Skip to main content

match_pattern

Function match_pattern 

Source
pub fn match_pattern(
    e1: &Expr,
    e2: &Expr,
    ctx: &mut BTreeMap<String, LinkedList<Expr>>,
) -> bool
Expand description

e1 is a pattern and e2 is an expression to be matched.