Function cons_tuples
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).
cons_tuplespub 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).