Yingfan Guo
Results
2
issues of
Yingfan Guo
Patternia brings Rust-style `match` expressions to C++ with a concise and expressive DSL: ```cpp match(cmd) .when(ci_value("start") >> "starting") .when(ci_value("stop") >> "stopping") .otherwise("unknown"); ```