pub fn cons_tuples<I>(
iterable: I,
) -> MapSpecialCase<<I as IntoIterator>::IntoIter, ConsTuplesFn>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,
) -> MapSpecialCase<<I as IntoIterator>::IntoIter, ConsTuplesFn>where
I: IntoIterator,Create an iterator that maps for example iterators of
((A, B), C) to (A, B, C).