Skip to main content

substitution

Macro substitution 

Source
macro_rules! substitution {
    () => { ... };
    ($($var:ident : $val:expr),*) => { ... };
}
Expand description

Construct a substitution