Function join_oxford_comma

Source
fn join_oxford_comma(
    parts: impl ExactSizeIterator<Item = impl Display>,
    conj: &str,
) -> String