Macro konst_kernel::string_concat

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