pub(crate) fn title_comma_separate<'a, F, T, S>( title: S, f: F, v: &'a [T], ) -> RcDoc<'a, ()>where F: Fn(&'a T) -> RcDoc<'_>, S: Into<String>,