pub fn extract_pattern_bindings(
pattern: &Pattern,
value: &Value,
) -> Result<HashMap<String, Value>, InterpreterError>Expand description
Extract variable bindings from pattern matching result
ยงComplexity
Cyclomatic complexity: 3 (within Toyota Way limits)