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