style::str

Function str_join

Source
pub fn str_join<I, T>(strs: I, join: &str) -> String
where I: IntoIterator<Item = T>, T: AsRef<str>,
Expand description

Join a set of strings with a given delimiter join.