Macro tweak

Source
macro_rules! tweak {
    ($default:expr) => { ... };
    ($value:literal; $default:expr) => { ... };
}