nextLong

abstract fun nextLong(): Long(source)

Returns the next element in the iteration without boxing conversion.

Since Kotlin

1.0

Throws

if the iteration has no next element.