Macro cond

Source
macro_rules! cond {
    ($cond:expr, $a:expr, $b:expr $(,)?) => { ... };
}