Appearance
(Generator) A list containing pairs of values.
[1, 2, 3] | iter::zip([4, 5, 6]) #=> [(1, 4), (2, 5), (3, 6)]