Macro ternary

Source
macro_rules! ternary {
    ($condition:expr, $if_true:expr, $if_false:expr) => { ... };
}