mod

Returns the remainder after integer division of the first input by the second.

fun mod(vararg expressions: Array<out Expression>): Expression
fun mod(first: Double, second: Double): Expression

DSL function for "%".

fun mod(block: Expression.ExpressionBuilder.() -> Unit): Expression