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§
- Implemented for homogeneous tuples of size up to 12.
Functions§
(n + a) / d
avoiding overflow when possible, returnsNone
if it overflows.- Create a new tuple windows iterator.
- Create a new tuples iterator.