itertools
0.13.0
Module rciter_impl
Structs
Functions
In crate itertools
Module
itertools
::
rciter_impl
Copy item path
source
·
[
−
]
Structs
§
RcIter
A wrapper for
Rc<RefCell<I>>
, that implements the
Iterator
trait.
Functions
§
rciter
Return an iterator inside a
Rc<RefCell<_>>
wrapper.