Macro gen_match_continuation_apply

Source
macro_rules! gen_match_continuation_apply {
    ($mapper:expr; $(($value:expr, $spec_value:expr, $combinator:expr),)* (, $last_combinator:expr)) => { ... };
}