An iterator that chains two iterators one after the other.

Constructor

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

Methods

hasNext():Bool

next():T