konst_kernel

Macro string_concat

Source
macro_rules! string_concat {
    ($(&)? []) => { ... };
    ($slice:expr $(,)*) => { ... };
}