constant

fun <T : Number> constant(value: T): KNonNullExpression<T>
fun constant(value: String): KNonNullExpression<String>