kotlin.ranges.ClosedRange
ClosedRange
interface ClosedRange<T : Comparable<T>>
Represents a range of values (for example, numbers or characters). See the Kotlin language documentation for more information.
Properties
abstract val endInclusive: T The maximum value in the rang |