An iterator making a pair iterator from two other iterators.
new(it1:Iterator<T>, it2:Iterator<U>)
hasNext():Bool
next():Pair<T, U>