egglog
1.0.0
egglog
Macro
fact
Copy item path
Source
macro_rules! fact { ((= $($arg:tt)*)) => { ... }; ($a:tt) => { ... }; }