itertools
0.13.0
In itertools::
format
Macros
impl_format
Structs
Format
FormatWith
Functions
new_format
new_format_default
itertools
::
format
Function
new_format_default
Copy item path
Settings
Help
Summary
Source
pub fn new_format_default<I>(iter: I, separator: &
str
) ->
Format
<'_, I>
where I:
Iterator
,