Macro alt

Source
macro_rules! alt {
    ($($x:expr),*) => { ... };
}