Macro swc_common::pass::chain
source · [−]macro_rules! chain {
($a:expr, $b:expr) => { ... };
($a:expr, $b:expr,) => { ... };
($a:expr, $b:expr, $($rest:tt)+) => { ... };
}
Expand description
Chains multiple visitor.
macro_rules! chain {
($a:expr, $b:expr) => { ... };
($a:expr, $b:expr,) => { ... };
($a:expr, $b:expr, $($rest:tt)+) => { ... };
}
Chains multiple visitor.