IntRange

constructor(value: Int)
constructor(min: Int = 0, max: Int = Int.MAX_VALUE)
constructor(range: IntRange)