closed

fun <T : Comparable<*>> closed(lower: T, upper: T): Range<T>

Creates a Range of the form [lower, upper].