Module itertools::tuple_impl
source · Expand description
Some iterator that produces tuples
Macros
Structs
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
Create a new tuple windows iterator.
Create a new tuples iterator.