IntRange

open class IntRange

Constructors

Link copied to clipboard
constructor()
constructor(min: Int, max: Int)

Properties

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