Skip to main content

deep_to_string

Function deep_to_string 

Source
pub fn deep_to_string<T: Display>(items: impl IntoIterator<Item = T>) -> String
Expand description

Java MessageUtil.deepToString.

Comma-space between items, wrapped in square brackets. Empty is [].