Function wan::util::str_join [] [src]

pub fn str_join<I, S>(iter: I, join: &str) -> String where
    I: IntoIterator<Item = S>,
    S: AsRef<str>,