[]Macro circuit_playground_express::paste::expr

macro_rules! expr {
    ( $ ( $ proc_macro : tt ) * ) => { ... };
}

Paste identifiers within a macro invocation that expands to an expression.