Macro _replace

Source
macro_rules! _replace {
    ($_t:tt, $sub:expr) => { ... };
}
Expand description

Local macro for replacing tokens.