openClosed

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

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