konst_kernel

Macro string_join

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