pub fn separated_list(pieces: &[impl AsRef<str>], last: &str) -> String
Formats pieces separated with commas and a final “and” or “or”.