inline operator fun <T : Comparable<T>> Range<T>.plus(value: T): Range<T>
Return the smallest range that includes this and value.
inline operator fun <T : Comparable<T>> Range<T>.plus(other: Range<T>): Range<T>
Return the smallest range that includes this and other.