pub fn comma_sep<V: IntoView>( header: &'static str, elems: impl Iterator<Item = V>, ) -> impl IntoView
omdoc