API Documentation
typedef
Pair<
T
,
U
>
package
itertools
import
itertools.ZipIterator
A pair of zipped elements.
Fields
second
:
U
first
:
T