Macro switch

Source
macro_rules! switch {
    ($($part:expr),* $(,)?) => { ... };
}