Function comma_sep

Source
pub fn comma_sep<V: IntoView>(
    header: &'static str,
    elems: impl Iterator<Item = V>,
) -> impl IntoView
Available on crate feature omdoc only.