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

endInclusive

abstract val endInclusive: T

The maximum value in the rang