in

expect fun in(vararg expressions: Expression): Expression(source)

Create an IN expression that evaluates whether or not the current expression is in the given expressions.

Return

an IN expression.

Parameters

expressions

the expression array to evaluate with.

actual fun in(vararg expressions: Expression): Expression(source)
actual fun in(vararg expressions: Expression): Expression(source)