Expand description
Some iterator that produces tuples
Macrosยง
- impl_
tuple_ ๐collect - rev_
for_ ๐each_ ident
Structsยง
- Circular
Tuple Windows - 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.
- Tuple
Buffer - An iterator over a incomplete tuple.
- Tuple
Windows - An iterator over all contiguous windows that produces tuples of a specific size.
- Tuples
- An iterator that groups the items in tuples of a specific size.
Traitsยง
- Homogeneous
Tuple - Implemented for homogeneous tuples of size up to 12.
- Tuple
Collect
Functionsยง
- add_
then_ ๐div (n + a) / d
avoiding overflow when possible, returnsNone
if it overflows.- circular_
tuple_ windows - tuple_
windows - Create a new tuple windows iterator.
- tuples
- Create a new tuples iterator.