Skip to main content

subst

Macro subst 

Source
macro_rules! subst {
    ($src:tt, $dst:expr_2021) => { ... };
}
Expand description

Auxiliary macro which substitutes $src token by $dst expression.