concatNoDefensiveCopy

inline fun <T> concatNoDefensiveCopy(vararg inputs: Iterator<T>): Iterator<T>(source)

Concats a varargs array of iterators without making a defensive copy of the array.

See also