Macro kill

Source
macro_rules! kill {
    (if $($any:tt)*) => { ... };
    ($($any:tt)*) => { ... };
}