Function cons_tuples

Source
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).