between

expect fun between(expression1: Expression, expression2: Expression): Expression(source)

Create a between expression that evaluates whether or not the current expression is between the given expressions inclusively.

Return

a between expression.

Parameters

expression1

the inclusive lower bound expression.

expression2

the inclusive upper bound expression.

actual fun between(expression1: Expression, expression2: Expression): Expression(source)
actual fun between(expression1: Expression, expression2: Expression): Expression(source)