Macro just_macros::ternary

source ·
macro_rules! ternary {
    ($c:expr, $v:expr, $v1:expr) => { ... };
}