itertools
0.13.0
In itertools::adaptors::coalesce
Function
itertools
::
adaptors
::
coalesce
::
dedup
Copy item path
source
ยท
[
−
]
pub fn dedup<I>(iter: I) ->
Dedup
<I>
where I:
Iterator
,
Expand description
Create a new
Dedup
.