pub fn concat<'a, D>(docs: D, sep: &'a str) -> RcDoc<'a>where D: Iterator<Item = RcDoc<'a>> + Clone,
Append the separator to each item in docs. If it is displayed in a single line, omit the last separator.
docs