|
LLZK 0.1.0
An open-source IR for Zero Knowledge (ZK) circuits
|
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 46 of file TypeHelper.cpp.
|
inline |
Definition at line 47 of file TypeHelper.cpp.