inline infix fun <T : Comparable<T>> T.rangeTo(that: T): Range<T>
Creates a range from this Comparable value to that.
IllegalArgumentException - if this value is comparatively smaller than that.
IllegalArgumentException