class ExhaustivenessChecker::Variable
- ExhaustivenessChecker::Variable
- Reference
- Object
Overview
Represents a variable. A variable is used to match against different patterns and to track cases.
Defined in:
exhaustiveness_checker.crConstructors
Instance Method Summary
Constructor Detail
def self.new(id : Int32, type : ExhaustivenessChecker::Type | ExhaustivenessChecker::TypeVariable)
#