closedOpen

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

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