cmpEq

inline fun <T : Comparable<T>> cmpEq(value: T): T

comparable argument equals to the given value according to their compareTo method.