tinymist_std::typst::foundations::repr

Function separated_list

pub fn separated_list(pieces: &[impl AsRef<str>], last: &str) -> String
Expand description

Formats pieces separated with commas and a final “and” or “or”.