LLZK 0.1.0
Veridise's ZK Language IR
|
Template pattern for performing some operation by cases based on a given LLZK type. More...
Public Member Functions | |
ResultType | match (Type type) |
Template pattern for performing some operation by cases based on a given LLZK type.
This pattern allows any missing cases in a new implementation to be reported by the compiler.
Definition at line 34 of file TypeHelper.cpp.
|
inline |
Definition at line 35 of file TypeHelper.cpp.