Function style::str::str_join

source ·
pub fn str_join<I, T>(strs: I, join: &str) -> Stringwhere
    I: IntoIterator<Item = T>,
    T: AsRef<str>,
Expand description

Join a set of strings with a given delimiter join.