Macro fastmurmur3::match_fallthrough_reverse_branches[][src]

macro_rules! match_fallthrough_reverse_branches {
    ($test : expr, ($pat : pat => $branch : expr) ; ($($p : pat => $r : expr) *)) => { ... };
    ($test : expr, ($pat : pat => $branch : expr, $($pu : pat => $bu : expr), +) ;
 ($($p : pat => $r : expr) *)) => { ... };
}