Macro zkevm_circuits::matchw
source · macro_rules! matchw { ($($condition:expr => $when:expr),* $(, _ => $catch_all:expr)? $(,)?) => { ... }; }
Expand description
matchw - Resembles matchx so that the witness generation can look like the circuit code.