expand

Macro expand 

Source
macro_rules! expand {
    { $w_ctx:expr, $($t:tt)* } => { ... };
}