Module itertools::cons_tuples_impl

source ·

Macros§

Structs§

  • An iterator that maps an iterator of tuples like ((A, B), C) to an iterator of (A, B, C).

Functions§

  • Create an iterator that maps for example iterators of ((A, B), C) to (A, B, C).