Macros§
Structs§
Functions§
- cons_
tuples - Create an iterator that maps for example iterators of
((A, B), C)
to(A, B, C)
.
Type Aliases§
- Cons
Tuples - An iterator that maps an iterator of tuples like
((A, B), C)
to an iterator of(A, B, C)
.
((A, B), C)
to (A, B, C)
.((A, B), C)
to an iterator of (A, B, C)
.