Function askama::filters::join

source ·
pub fn join<T, I, S>(input: I, separator: S) -> Result<String, Error>
where T: Display, I: Iterator<Item = T>, S: AsRef<str>,
Expand description

Joins iterable into a string separated by provided argument