pub fn cons_tuples<I>(iterable: I) -> ConsTuples<I::IntoIter>where
I: IntoIterator,
Expand description
Create an iterator that maps for example iterators of
((A, B), C)
to (A, B, C)
.
pub fn cons_tuples<I>(iterable: I) -> ConsTuples<I::IntoIter>where
I: IntoIterator,
Create an iterator that maps for example iterators of
((A, B), C)
to (A, B, C)
.