itertools
0.13.0
In itertools::
unique_
impl
Structs
Unique
UniqueBy
Functions
count_new_keys
unique
unique_by
itertools
::
unique_impl
Function
unique
Copy item path
Settings
Help
Summary
Source
pub fn unique<I>(iter: I) ->
Unique
<I>
ⓘ
where I:
Iterator
, I::
Item
:
Eq
+
Hash
+
Clone
,