NumberIterator

class NumberIterator(first: Int, last: Int = Int.MAX_VALUE, reserved: List<IntRange>)

Constructors

Link copied to clipboard
constructor(first: Int, last: Int = Int.MAX_VALUE, reserved: List<IntRange>)

Functions

Link copied to clipboard
fun next(): Int