[][src]Macro trashcan::alt

macro_rules! alt {
    ($input:expr, $alt:expr) => { ... };
    ($input:expr, $alt:expr => $cl:expr) => { ... };
    ($input:expr, $alt:expr ; $($rest:tt)*) => { ... };
    ($input:expr, $alt:expr => $cl:expr ; $($rest:tt)*) => { ... };
}