Module itertools::tuple_impl

source ·
Expand description

Some iterator that produces tuples

Macros

Structs

  • An iterator over all windows, wrapping back to the first elements when the window would otherwise exceed the length of the iterator, producing tuples of a specific size.
  • An iterator over a incomplete tuple.
  • An iterator over all contiguous windows that produces tuples of a specific size.
  • An iterator that groups the items in tuples of a specific size.

Traits

Functions