Skip to main content

alt

Macro alt 

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