pub fn check_pattern_exhaustiveness(
patterns: &[Pattern],
value_type: &str,
) -> Result<bool, InterpreterError>Expand description
Pattern exhaustiveness checker for match expressions
ยงComplexity
Cyclomatic complexity: 8 (within Toyota Way limits)