consume

abstract fun consume(dest: IntArray): Int

Consume integers from the iterator and place them into the dest array.

Return

The number of integers written to dest

Parameters

dest

where to put the integers