pub const fn const_concat_with_separator(
    strs: &[&str],
    separator: &'static str
) -> [u8; 4096]
Expand description

Converts any number of strings into a UTF-8 string, separated by the given string.