Skip to main content

strjoin

Function strjoin 

Source
pub fn strjoin<I, S>(iter: I, sep: &str) -> String
where I: IntoIterator<Item = S>, S: AsRef<str>,
Expand description

Join strings with a separator