An iterator making a pair iterator from two other iterators.

Constructor

new(it1:Iterator<T>, it2:Iterator<U>)

Methods

hasNext():Bool

next():Pair<T, U>