Macro verex::or_expr [] [src]

macro_rules! or_expr {
    ( $first_e:expr, $( $e:expr ),* ) => { ... };
}

Match any of the given sub-expressions