range

inline fun <T : Comparable<T>> range(    from: T,     to: T,     fromInclusive: Boolean = true,     toInclusive: Boolean = true): T