joinIter

fun <T> joinIter(it0: Iterator<Iterator<T>>, joiner: () -> Iterator<T>): Util.ConcatIterator<T>