Macro factori::mashup[]

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

A working stable concat_idents.

Refer to the crate-level documentation.