pub fn deep_to_string<T: Display>(items: impl IntoIterator<Item = T>) -> StringExpand description
Java MessageUtil.deepToString.
Comma-space between items, wrapped in square brackets. Empty is [].
pub fn deep_to_string<T: Display>(items: impl IntoIterator<Item = T>) -> StringJava MessageUtil.deepToString.
Comma-space between items, wrapped in square brackets. Empty is [].