IntRange

Constructors

Link copied to clipboard
constructor(value: Int)
constructor(min: Int = 0, max: Int = Int.MAX_VALUE)
constructor(range: IntRange)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var max: Int
Link copied to clipboard
var min: Int