Skip to main content

format_list

Function format_list 

Source
pub fn format_list<T: Display>(items: &[T], sep: &str) -> String
Expand description

Format a list of items with a separator.