☰
In itertools::tee
?
Function
itertools
::
tee
::
new
source
·
[
−
]
pub fn new<I>(iter: I) -> (
Tee
<I>,
Tee
<I>)
where I:
Iterator
,