Combines two string lists into a list of Pairs. The result length is the minimum of both list sizes.
Example:
var pairs = Lists.zipString (keys, values);
| a |
the first list. |
| b |
the second list. |
|
an ArrayList of Pairs. |