Skip to main content

judg

Macro judg 

Source
macro_rules! judg {
    ($($name:ident($concl:ty $(>$prec:literal)?):$rl:ident { $($impl:tt)* }),*$(,)?) => { ... };
}