[][src]Macro swc_ecma_transforms::chain_at

macro_rules! chain_at {
    ($T:ty, $a:expr, $b:expr) => { ... };
    ($T:ty, $a:expr, $b:expr,) => { ... };
    ($T: ty, $a:expr, $b:expr,  $($rest:tt)+) => { ... };
}