inRange

fun <T : Comparable<T>> inRange(from: T, to: T, message: (T) -> String): Rule<T>